007.mp
来自「ATMEGAM8(L)」· MP 代码 · 共 49 行
MP
49 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0054 00BA = 186. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002A __start
002A __text_start
004C _exit
004D _T1_Init
005E _main
006A _TIMER1_OVF
0087 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0060 0001 = 1. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __bss_start
0060 main.c:i
0061 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 001C = 28. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
F:\ICCAVR\lib\crtatmega.o [ crtatmega.s ]
main.o [ main.c ]
<library>
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x54
data = 0x60
eeprom:0.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?