📄 e.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 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 _led_7
0054 __lit_start
0064 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0064 00F8 = 248. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0032 __start
0032 __text_start
0052 _exit
0053 _port_init
005E _int0_isr
0074 _int1_isr
0089 _init_devices
0093 _main
00AE __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0060 0001 = 1. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __bss_start
0060 _counter
0061 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 000C = 12. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
FF.o [ FF.c ]
<library>
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 + -