⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.mp

📁 小车自动寻迹代码,可以进行电子设计,设计电动小车
💻 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   0302 =    770. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       003A  __start
       003A  __text_start
       005A  _exit
       005B  _motor_left_forward
       0064  _motor_left_backward
       006D  _motor_left_speed_set
       0071  _motor_left_stop
       0077  _motor_left_quick_stop
       007D  _motor_right_forward
       0086  _motor_right_backward
       008F  _motor_right_speed_set
       0096  _motor_right_stop
       009C  _motor_right_quick_stop
       00A2  _straight
       00A6  _turn_left
       00AB  _turn_right
       00B0  _straight_back
       00B4  _stop
       00B7  _mic_turn_right
       00BC  _mic_turn_left
       00C1  _flag_test
       00F7  _timer0_ovf_isr
       0100  _timer0_comp_isr
       0101  _timer2_ovf_isr
       010A  _timer2_comp_isr
       010B  _Delay100us
       011A  _Delay1ms
       0128  _Delay1s
       013C  _main
       014A  _port_init
       0156  _timer0_init
       015F  _timer1_init
       0175  _timer2_init
       017E  _init_devices
       018C  empy16s
       019C  push_gset5
       019E  push_gset4
       01A0  push_gset3
       01A2  push_gset2
       01A4  push_gset1
       01A7  pop_gset1
       01A8  pop
       01BB  __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 ]
motor.o	[ motor.c ]
interupts.o	[ interupts.c ]
unit.o	[ unit.c ]
main.o	[ main.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 + -