?? 02.mp
字號:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
func_lit 0054 0020 = 32. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __func_lit_start
0074 __func_lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0074 0300 = 768. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
003A __start
003A __text_start
005A _exit
005B _Delay100us
006A _Delay1ms
0078 _Delay1s
008C _timer0_ovf_isr
0095 _timer0_comp_isr
0096 _timer2_ovf_isr
009F _timer2_comp_isr
00A0 _main
00AB _motor_left_forward
00B4 _motor_left_backward
00BD _motor_left_speed_set
00C1 _motor_left_stop
00C7 _motor_left_quick_stop
00CD _motor_right_forward
00D6 _motor_right_backward
00DF _motor_right_speed_set
00E6 _motor_right_stop
00EC _motor_right_quick_stop
00F2 _straight
00F7 _turn_left
00FC _turn_right
0101 _straight_back
0106 _stop
0109 _mic_turn_right
010E _mic_turn_left
0113 _flag_test
0149 _port_init
0155 _timer0_init
015E _timer1_init
0174 _timer2_init
017D _init_devices
018B empy16s
019B push_gset5
019D push_gset4
019F push_gset3
01A1 push_gset2
01A3 push_gset1
01A6 pop_gset1
01A7 pop
01BA __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0060 0001 = 1. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __bss_start
0060 _flag
0061 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0050 = 80. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
unit.o [ unit.c ]
interupts.o [ interupts.c ]
main.o [ main.c ]
motor.o [ motor.c ]
init_device.o [ init_device.c ]
<library> [ emul16s.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 + -