led.mp
来自「avr单片机与flash存储器通信程序,调试通过,希望对大家有所帮助.」· MP 代码 · 共 58 行
MP
58 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0022 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0022 __lit_start
0022 _Tab
0032 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0032 00E8 = 232. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0019 __start
0019 __text_start
0038 _exit
0039 _port_init
0047 _init_devices
0050 _main
0060 _delay
006E push_gset5
0070 push_gset4
0072 push_gset3
0074 push_gset2
0076 push_gset1
0079 pop_gset1
007A pop
008D __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0002 = 2. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
init.o [ init.c ]
main.o [ main.c ]
<library> [ gpush.s ]
User Global Definitions
ram_end = 0x25f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x22
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?