📄 motor.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0054 0374 = 884. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002A __text_start
002A __start
004A _exit
004B _forward
0050 _backward
0055 _for_left
005A _back_left
005F _for_right
0064 _back_right
0069 _car_stop
006E _delay
0084 _LCD_init
0099 _LCD_en_write
009F _LCD_write_command
00BF _LCD_write_data
00DF _LCD_set_xy
00EF _LCD_write_string
0105 _LCD_write_char
0111 _init_devices
0119 _ReadPin
0120 _car_turn
01B8 _main
01BF pop_gset2
01C2 pop_gset3
01C5 push_gset5
01C7 push_gset4
01C9 push_gset3
01CB push_gset2
01CD push_gset1
01D0 pop_gset1
01D1 pop
01E4 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\PROGRA~1\icc\lib\crtatmega.o [ crtatmega.s ]
motor.o [ motor.c ]
lcd.o [ lcd.c ]
main.o [ main.c ]
<library> [ gpop2.s, gpop3.s, gpush.s ]
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -