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

📄 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   00BC =    188. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0064  __idata_start
       0120  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0120   0D9A =   3482. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0090  __text_start
       0090  __start
       00B0  _exit
       00B1  _Hardware_Init
       00B4  _Gpio_Init
       00BE  _Timer0_Init
       00CB  _Interrupt_Init
       00CD  _Buzzer_ON
       00CF  _Buzzer_OFF
       00D1  _main
       00E1  _wTimeCountr0_Interrupt
       0110  _sSet_SCI_Event
       0113  _sbGet_SCI_Event
       0119  _sSet_Buzzer_Count
       011C  _sbGet_Buzzer_Count
       011F  _Init_UART
       0128  _SCI_Task_Init
       012C  _Enable_UART_RX_INT
       012E  _Enable_UART_TX_INT
       0130  _Disable_UART_RX_INT
       0132  _Disable_UART_TX_INT
       0134  _UART_TX_DATA
       0136  _UART_RX_DATA
       0138  _sUART_RX_ISR
       0156  _sUART_TX_ISR
       016E  _SciBuffer_Init
       0175  _SciBuffer_Rx_In
       018B  _SciBuffer_Tx_Out
       019F  _SciBuffer_Tx_In
       01B2  _sbGetTxBufferNoEmptyStatus
       01BC  _sbGetTxBufferEmptyStatus
       01C4  _sbGetRxBufferEmptyStatus
       01CC  _SciBuffer_Rx_Reset
       01D0  _SciBuffer_Tx_Reset
       01D6  _SciBuffer_Tx_Inc
       01DD  _UART_WRITE_DATA
       01E9  _C1Command
       01F6  _C2Command
       0215  _D1Command
       024C  _D2Command
       029F  _D3Command
       02F2  _XXCommand
       02FA  _YYCommand
       0336  _ZZCommand
       03C4  _SCI_Parsing
       042E  _sbNumAsciiPick
       05EB  _sbCharAsciiPick
       061B  _sDataToNumber
       0637  _sDataToChar
       0658  _sStringToChar
       0669  _strncmp
       067F  push_arg4
       0681  push_arg2
       0684  div32u
       0686  mod32u
       068A  div32s
       068C  mod32s
       06B7  long_div_prolog
       06CA  long_div_epilog
       06D9  tst_R16_R19
       06DE  tst_R24_R27
       06E3  neg_R16_R19
       06EC  neg_R24_R27
       06F5  pop_gset2
       06F8  pop_gset3
       06FB  push_gset1
       06FE  pop_gset1
       06FF  pop
       0712  push_gset2
       0716  push_gset3
       071A  xicall
       0723  push_lset
       073A  pop_lset
       0751  lsr32
       075D  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0061  _bSCI_Event
       0062  _bBuzzer_Count
       0064  _CommandJobArray
       0074  _wCommandTabArray
       011C  __data_end

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

       Addr  Global Symbol
      -----  --------------------------------
       011C  __bss_start
       011C  _stSciBuffer
       01B5  __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, div32.s, gpop2.s, gpop3.s, gpush.s, gpush2.s, gpush3.s, icall.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 + -