📄 light.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0026 0018 = 24. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
0026 _numTable
003E __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 003E 002C = 44. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
003E __idata_start
006A __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 006A 05FA = 1530. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0035 __start
0035 __text_start
0054 _exit
0055 _led_init
005B _spark
006F _main
00DB _Delay
00ED _timer0
0103 _timer0_init
010B _rom_write
0113 _rom_read
011C _TWI_init
012E _TWI_Ready
02CA mod8u
02CC div8u
02CD xdiv8u
02E2 pop_gset2
02E4 push_gset1
02E7 pop_gset1
02E8 pop
02FB push_gset2
02FE push_lset
0315 pop_lset
032C lsl8
0332 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 002C = 44. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _StartShow
0060 __data_start
0061 _cDataBuff
0081 _LedNum
008C __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 008C 0003 = 3. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
008C __bss_start
008C _charState
008D _charAddr
008E _charData
008F __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0024 = 36. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
g:\ICC\lib\crtAVR.o [ crtavr.s ]
Light.o [ Light.c ]
main.o [ main.c ]
timer0.o [ timer0.c ]
RW_eeprom.o [ RW_eeprom.c ]
I2C.o [ I2C.c ]
<library> [ div8u.s, gpop2.s, gpush.s, gpush2.s, lpush.s, lsl8.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -