timer.mp

来自「万能遥控器解码」· MP 代码 · 共 65 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0022   0334 =    820. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0011  __start
       0011  __text_start
       0032  _exit
       0033  _delay_nus
       003F  _delay_nms
       004D  _uart0_init
       0058  _sendchar
       005D  _int0_isr
       008D  _init_devices_int0
       0096  _timer0_init
       009F  _timer0_ovf_isr
       0193  _init_devices_timer0
       0199  _main
       01A1  push_xgset300C
       01A6  pop_xgset300C
       01AB  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  _c
       0060  __bss_start
       0062  _m
       0064  _x
       0066  _flag
       0068  _f
       006A  _IRCON
       006C  _IRCode
       0072  _HW_OLD
       0073  __bss_end

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

Files Linked      [ module(s) ]

C:\PROGRA~1\iccv7avr\lib\crtAVR.o	[ crtavr.s ]
timer.o	[ timer.c ]
<library>	[ gpushx.s ]

User Global Definitions

ram_end = 0x25f
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x22
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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