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

📄 main.mp

📁 这一个用ATTINY26做的433M无线遥控解码程序
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0018   03C4 =    964. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       000C  __text_start
       000C  __start
       002B  _exit
       002C  _port_init
       0035  _timer0_init
       003C  _timer1_init
       0047  _init_eeprom
       004A  _EEPROM_write
       0051  _EEPROM_read
       0057  _init_devices
       0069  _key_scan
       00B8  _Remote_set
       00EE  _main
       00FD  _int0_isr
       01D0  _timer1_ovf_isr
       01E2  _timer0_ovf_isr
       01EE  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  _rxd_data
       0060  __bss_start
       0061  _addr
       0063  _addrL
       0064  _addrH
       0065  _datas
       0066  _timeL
       0067  _timeH
       0068  _bits
       0069  _start
       006A  _rxd_flag
       006B  _flag
       006C  _key2
       006E  _key1
       0070  _key
       0072  _led_time
       0073  _flag_4ms
       0074  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   000E =     14. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtAVR.o	[ crtavr.s ]
main.o	[ main.c ]
<library>	

User Global Definitions

ram_end = 0xdf
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x18
data = 0x60
eeprom:1.128

⌨️ 快捷键说明

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