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

📄 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)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0054   0061 =     97. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  _Char_I
       0054  __lit_start
       005C  _Char_L
       0064  _Char_V
       006C  _Char_E
       0074  _Char_Y
       007C  _Char_O
       0084  _Char_U
       008C  _Space
       0094  _DataBaseIndexList
       00AC  _String1
       00B5  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   00B5   0001 =      1. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       00B5  __idata_start
       00B6  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   00B6   03D0 =    976. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       005B  __start
       005B  __text_start
       007B  _exit
       007C  _main
       0086  _Timer0_Interrupt
       00BF  _Timer1_Interrupt
       00EF  _Hardware_Init
       00F2  _Gpio_Init
       00FD  _Timer0_Init
       010A  _Timer1_Init
       011C  _Interrupt_Init
       011E  _Display_Init
       013C  _Buffer_IN
       0167  _SearchCharIndex
       0182  _Search_DataBase_Length
       018E  _DotTest
       01E3  pop_gset2
       01E6  pop_gset3
       01E9  pop_gset4
       01EC  push_gset1
       01EF  pop_gset1
       01F0  pop
       0203  push_gset2
       0207  push_gset3
       020B  push_gset4
       020F  push_lset
       0226  pop_lset
       023D  lsl8
       0243  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0001 =      1. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0061  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0061   000D =     13. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0061  __bss_start
       0062  _Length_of_DataBase
       0063  _Buffer
       006B  _DisplayCnt
       006C  _pBufStr
       006E  __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 ]
main.o	[ main.c ]
app.o	[ app.c ]
LED.o	[ LED.c ]
<library>	[ gpop2.s, gpop3.s, gpop4.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, lpush.s, lsl8.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 + -