atmega128iap.mp

来自「atmega128在线升级程序」· MP 代码 · 共 93 行

MP
93
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   1F88C   0026 =     38. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       1F88C  __lit_start
       1F88C  _startupString
       1F8B2  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   1F8B2   0004 =      4. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       1F8B2  __idata_start
       1F8B6  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   1F8B6   0390 =    912. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       FC5B  __start
       FC5B  __text_start
       FC80  _exit
       FC81  _boot_page_ew
       FC8C  _boot_page_fill
       FC95  _wait_page_rw_ok
       FCA3  _write_one_page
       FCDE  _uart_putchar
       FCE2  _uart_getchar
       FCF1  _uart_waitchar
       FCFC  _calcrc
       FD27  _quit
       FD39  _main
       FE02  push_arg4
       FE04  push_arg2
       FE07  pop_gset2
       FE09  push_gset1
       FE0C  pop_gset1
       FE0D  pop
       FE20  push_gset2
       FE23  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   0004 =      4. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       0100  _address
       0104  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0104   0100 =    256. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0104  __bss_start
       0104  _data
       0204  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   1F800   0004 =      4. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

D:\PROGRA~1\icc\lib\crtboothi.o	[ crtboothi.s ]
ATEMGA128IAP.o	[ ATEMGA128IAP.C ]
<library>	[ asave.s, gpop2.s, gpush.s, gpush2.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x10

User Base Address Definitions

vector = 0x1f800
func_lit = 0x1f88c
data = 0x100
eeprom:1.4096

⌨️ 快捷键说明

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