pwm_led.mp

来自「单片机应用 1.1602LCD 2.2004LCD源码 3.ATmega1」· MP 代码 · 共 55 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0026   0160 =    352. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0013  __text_start
       0013  __start
       0032  _exit
       0033  _timer1_init
       0048  _timer1_ovf_isr
       007A  _main
       00C3  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __bss_start
       0060  _LMT3
       0061  _LMT2
       0062  _LMT1
       0063  _CNT3
       0064  _CNT2
       0065  _CNT1
       0066  _time_init
       0067  __bss_end

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

Files Linked      [ module(s) ]

D:\AVR\ICC631\lib\crtAVR.o	[ crtavr.s ]
Timer.o	[ Timer.c ]
<library>	

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 + -
显示快捷键?