📄 训练项目十一:led及拨码开关的综合实验.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0060 00EE = 238. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0030 __start
0030 __text_start
0052 _exit
0053 _Delay
0060 _main
00A7 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
E:\icc\lib\crtatmega.o [ crtatmega.s ]
训练项目十一:LED及拨码开关的综合实验.o [ _ ]
<library>
User Global Definitions
ram_end = 0xfff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x60
data = 0x60
eeprom:0.4096
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -