📄 main.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0054 000D = 13. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __idata_start
0061 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0062 05FC = 1532. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0031 __start
0031 __text_start
0051 _exit
0052 _port_init
005D _init_devices
0067 _Delay
007A _main
00C3 _Com_init
00D4 _Com_baudrate
0102 _Com_putchar
0113 _Com_putstring
0138 _Com_getchar
0145 _Com_Rbuf_Clear
014D _Com_getstring
0173 _Com_R_count
0176 _Rbuf_init
017F _Tbuf_init
018A _Rbuf_empty
0199 _Tbuf_full
01A8 _Tbuf_putchar
01D8 _Rbuf_getchar
01FC _uart0_rx_isr
023F _uart0_tx_isr
027E div32u
0280 mod32u
0284 div32s
0286 mod32s
02B1 long_div_prolog
02C4 long_div_epilog
02D3 tst_R16_R19
02D8 tst_R24_R27
02DD neg_R16_R19
02E6 neg_R24_R27
02EF mod8u
02F1 div8u
02F2 xdiv8u
0307 pop_gset2
030A pop_gset3
030D pop_gset4
0310 push_gset5
0312 push_gset4
0314 push_gset3
0316 push_gset2
0318 push_gset1
031B pop_gset1
031C pop
032F __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 000D = 13. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
006D __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 006D 001C = 28. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
006D _RTbuf_UART0
006D __bss_start
0089 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0038 = 56. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
main.o [ main.c ]
sio.o [ sio.c ]
<library> [ div32.s, div8u.s, gpop2.s, gpop3.s, gpop4.s, gpush.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 + -