📄 舵机控制.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 0034 0004 = 4. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __idata_start
0038 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0038 022C = 556. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001C __text_start
001C __start
003B _exit
003C _Device_INIT
0058 _Timer0_OVF_ISR
0072 _System_INIT
0077 _Delay_MS
0084 _Insert_Timer0_OVF_ISR_Code
00AB _main
0104 push_lset
011B pop_lset
0132 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0004 = 4. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0102 _g_wSystemTimer
0104 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0022 = 34. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
c:\icc\lib\crtAVR.o [ crtavr.s ]
HD_Support.o [ HD_Support.c ]
EX_Support.o [ EX_Support.c ]
System.o [ System.c ]
<library> [ lpush.s ]
User Global Definitions
ram_end = 0x2ff
hwstk_size = 0x20
User Base Address Definitions
func_lit = 0x34
data = 0x100
eeprom:1.256
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -