📄 mian.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 0060 0005 = 5. bytes (rel,con)
Addr Global Symbol
----- --------------------------------
0060 __idata_start
0065 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0066 01BC = 444. bytes (rel,con)
Addr Global Symbol
----- --------------------------------
0033 __start
0033 __text_start
0053 _exit
0054 _init_devices
005C _int1_isr
00A1 _main
00A9 _init_USART
00B3 _put_c
00B7 _put_s
00CC push_lset
00E3 pop_lset
00FA push_gset1
00FD pop_gset1
00FE pop
0111 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0005 = 5. bytes (rel,con)
Addr Global Symbol
----- --------------------------------
0060 _KB_HitFlag
0060 __data_start
0061 _KB_UpFlag
0062 _KB_Buf
0065 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0008 = 8. bytes (abs,ovr)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmeg ]
main.o [ main.c ]
uart.o [ uart.c ]
<library> [ lpush.s, gpush.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
data = 0x60
func_lit = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -