mycontrol.mp

来自「Atmega8」· MP 代码 · 共 80 行

MP
80
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0026   0002 =      2. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __lit_start
       0026  _FTC2
       0028  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0028   0350 =    848. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0014  __text_start
       0014  __start
       0033  _exit
       0034  _port_init
       003F  _timer1_init
       0060  _timer1_compa_isr
       0061  _timer1_compb_isr
       0062  _timer2_init
       006F  _int0_isr
       00CA  _int1_isr
       0123  _init_devices
       012F  _main
       0157  mod16s
       015B  div16s
       0174  mod16u
       0176  div16u
       0177  xdiv16u
       0190  empy16s
       01A0  pop_gset2
       01A2  push_gset1
       01A5  pop_gset1
       01A6  pop
       01B9  push_gset2
       01BC  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0060   0011 =     17. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  _Settings_PrintQuality
       0060  __bss_start
       0061  _Settings_IRTopValue
       0065  _Counter_IRPulse
       0069  _Counter_MotorSpeedPulse
       006D  _Ddummy
       0071  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0010 =     16. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\ICCAVR6.3\lib\crtAVR.o	[ crtavr.s ]
Control.o	[ Control.c ]
<library>	[ div16s.s, div16u.s, emul16s.s, gpop2.s, gpush.s, gpush2.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?