xpwm.mp
来自「AVR单片机C语言编程及应用实例 适合初学者的学习研究 其中包含Atmega」· MP 代码 · 共 37 行
MP
37 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0060 006A = 106. bytes (rel,con)
Addr Global Symbol
----- --------------------------------
0030 __start
0030 __text_start
0050 _exit
0051 _main
0065 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmeg ]
XPWM.o [ XPWM.C ]
<library>
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
data = 0x60
func_lit = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?