?? liushuideng.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 00E4 0142 = 322. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0072 __text_start
0072 __start
0094 _exit
0095 _delay
00A9 _main
0102 push_xgsetF000
0107 pop_xgsetF000
010C lsl16
0113 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0200 0002 = 2. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0200 __bss_start
0200 _i
0202 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\挑戰杯(保留)\iccavr\lib\crtatmega.o [ crtatmega.s ]
liushuideng.o [ liushuideng.c ]
<library> [ gpushy.s, lsl16.s ]
User Global Definitions
ram_end = 0x21ff
hwstk_size = 0x1e
User Base Address Definitions
func_lit = 0xe4
data = 0x200
eeprom:0.4096
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -