dc.mp
来自「这是关于AVR单片机学习的初步开发」· MP 代码 · 共 42 行
MP
42 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0026 00BA = 186. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0013 __start
0013 __text_start
0032 _exit
0033 _port_init
003F _timer1_init
0053 _timer1_compa_isr
005B _timer1_ovf_isr
0063 _init_devices
006D _main
0070 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0012 = 18. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
dc.o [ dc.c ]
<library>
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 + =
减小字号Ctrl + -
显示快捷键?