📄 music.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0026 0004 = 4. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __idata_start
002A __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 002A 030E = 782. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0015 __start
0015 __text_start
0034 _exit
0035 _GPIO_INIT
0042 _timer1_init
0053 _timer1_ovf_isr
006D _main
0147 _delay_1ms
0158 _read_key
0180 pop_gset2
0182 push_gset1
0185 pop_gset1
0186 pop
0199 push_gset2
019C __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0004 = 4. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _T
0060 __data_start
0062 _N
0064 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0012 = 18. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
G:\icc\lib\crtAVR.o [ crtavr.s ]
music.o [ music.c ]
READ_KEY2.o [ READ_KEY2.c ]
<library> [ gpop2.s, gpush.s, gpush2.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 + -