num_ied.mp
来自「单片机开发资料光盘-双龙-686M.zip」· MP 代码 · 共 73 行
MP
73 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 008C 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
008C _seg_table
008C __lit_start
009C __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 009C 0004 = 4. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
009C __idata_start
00A0 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 00A0 013E = 318. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0050 __text_start
0050 __start
0070 _exit
0071 _delay_1ms
007B _led_display
00A4 _led_fill
00C0 _main
00D2 push_gset1
00D5 pop_gset1
00D6 pop
00E9 lsl8
00EF __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0004 = 4. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0100 _led_buff
0104 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\ICC\lib\crtatmega.o [ crtatmega.s ]
num_led.o [ num_led.c ]
<library> [ gpush.s, lsl8.s ]
User Global Definitions
ram_end = 0x10ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x8c
data = 0x100
eeprom:1.4096
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?