📄 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)
-------------------------------- ---- ---- ------- ----- ------------
lit 0026 001E = 30. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
0026 _TONETABLE
0044 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0044 0426 = 1062. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0022 __start
0022 __text_start
0041 _exit
0042 _delay_us
004A _delay_ms
0057 _timer1_ovf_isr
006C _music
00B2 _main
00BC _uart_init
00C9 _putchar
00CD _getchar
00D1 _isp
01CD _read_flash
01D2 pop_gset3
01D4 push_gset1
01D7 pop_gset1
01D8 pop
01EB push_gset2
01EE push_gset3
01F1 push_lset
0208 pop_lset
021F _EEPROMread
0226 _EEPROMwrite
0235 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0060 0004 = 4. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _toneconst
0060 __bss_start
0064 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0018 = 24. bytes (abs,ovr,rom)
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
eeprom 0001 0041 = 65. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0001 _sound
0042 __eeprom_end
Files Linked [ module(s) ]
e:\ICC\lib\crtAVR.o [ crtavr.s ]
music.o [ music.c ]
isp.o [ isp.c ]
read_flash.o [ read_flash.s ]
<library> [ gpop3.s, gpush.s, gpush2.s, gpush3.s, lpush.s, eepromr.s, eepromw.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom = 0x1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -