t1_bell.mp
来自「学习AVR单片机的基础实验程序 适合初学者学习提高」· MP 代码 · 共 59 行
MP
59 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0054 0002 = 2. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __idata_start
0056 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0056 00AC = 172. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002B __start
002B __text_start
004B _exit
004C _port_init
004F _timer1_init
0058 _Timer1_ovf
007D _main
0081 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0002 = 2. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0060 _flag_bell
0062 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0024 = 36. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\AVR\icc\lib\crtatmega.o [ crtatmega.s ]
main.o [ main.c ]
<library>
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x54
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?