⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project.mp

📁 AVR单片机 C语言程序设计经典实用
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                        func_lit   0054   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __func_lit_start
       0064  __func_lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0064   00D4 =    212. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0064  __idata_start
       0138  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0138   11B0 =   4528. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       009C  __text_start
       009C  __start
       00BC  _exit
       00BD  _Hardware_Init
       00C2  _Gpio_Init
       00CC  _Timer0_Init
       00D9  _Timer1_Init
       00E4  _Adc_Init
       00E9  _Interrupt_Init
       00EB  _main
       0115  _TimeCountr0_Interrupt
       01B3  _Timer1Capture_Interrupt
       0222  _swRoot
       02D9  _sSet_SCI_Event
       02DC  _sbGet_SCI_Event
       02E2  _sSet_Buzzer_Count
       02E5  _sbGet_Buzzer_Count
       02E8  _Init_UART
       02F1  _SCI_Task_Init
       02F5  _Enable_UART_RX_INT
       02F7  _Enable_UART_TX_INT
       02F9  _Disable_UART_RX_INT
       02FB  _Disable_UART_TX_INT
       02FD  _UART_TX_DATA
       02FF  _UART_RX_DATA
       0301  _sUART_RX_ISR
       031F  _sUART_TX_ISR
       0337  _SciBuffer_Init
       033E  _SciBuffer_Rx_In
       0354  _SciBuffer_Tx_Out
       0368  _SciBuffer_Tx_In
       037B  _sbGetTxBufferNoEmptyStatus
       0385  _sbGetTxBufferEmptyStatus
       038D  _sbGetRxBufferEmptyStatus
       0395  _SciBuffer_Rx_Reset
       0399  _SciBuffer_Tx_Reset
       039F  _SciBuffer_Tx_Inc
       03A6  _UART_WRITE_DATA
       03B2  _C1Command
       03B8  _C2Command
       03B9  _D1Command
       03F0  _D2Command
       044E  _D3Command
       04A1  _XXCommand
       04A9  _YYCommand
       04E5  _ZZCommand
       0573  _SCI_Parsing
       05DD  _sbNumAsciiPick
       079A  _sbCharAsciiPick
       07CA  _sDataToNumber
       07E6  _sDataToChar
       0807  _sStringToChar
       0818  _strncmp
       082E  push_arg4
       0830  push_arg2
       0833  asr32
       083F  div32u
       0841  mod32u
       0845  div32s
       0847  mod32s
       0872  long_div_prolog
       0885  long_div_epilog
       0894  tst_R16_R19
       0899  tst_R24_R27
       089E  neg_R16_R19
       08A7  neg_R24_R27
       08B0  empy32u
       08B0  empy32s
       08E0  pop_gset2
       08E3  pop_gset3
       08E6  pop_gset4
       08E9  push_gset1
       08EC  pop_gset1
       08ED  pop
       0900  push_gset2
       0904  push_gset3
       0908  push_gset4
       090C  xicall
       0915  long_prolog
       0923  long_epilog
       092E  tstzero1
       0934  tstzero2
       093A  push_lset
       0951  pop_lset
       0968  lsr32
       0974  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   00D4 =    212. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  _bLine_Event
       0060  __data_start
       0061  _bLineCnt
       0062  _bLineCntTemp
       0063  _wLineVoltSample
       0065  _wLineVoltReal
       0067  _wLineVoltRMS
       0069  _wLinePeriod
       006B  _wLinePeriodTemp
       006D  _wLineCaptureTime
       006F  _wLineCaptureTimeLast
       0071  _dwLineVoltSum
       0075  _dwLineVoltSumTemp
       0079  _bSCI_Event
       007A  _bBuzzer_Count
       007C  _CommandJobArray
       008C  _wCommandTabArray
       0134  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0134   0099 =    153. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0134  __bss_start
       0134  _stSciBuffer
       01CD  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0050 =     80. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
app.o	[ app.c ]
main.o	[ main.c ]
UART.o	[ UART.c ]
<library>	[ strncmp.s, asave.s, asr32.s, div32.s, emul32.s, gpop2.s, gpop3.s, gpop4.s, gpush.s, gpush2.s, gpush3.s ]
[ gpush4.s, icall.s, longutil.s, lpush.s, lsr32.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -