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

📄 coding.mp

📁 自定简单无线协议.由AVR编码发送,51中断接收解码, 误码率低, 但通信速率较低
💻 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   0026   028C =    652. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0013  __text_start
       0013  __start
       0034  _exit
       0035  _delay
       0045  _port_init
       004E  _timer1_init
       0064  _timer1_ovf_isr
       007A  _init_devices
       0084  _signal_0
       00A7  _signal_1
       00CA  _signal_init
       00ED  _signal_end
       0101  _coding
       0124  _main
       013B  push_xgsetF000
       0140  pop_xgsetF000
       0145  push_xgsetF00C
       014C  pop_xgsetF00C
       0153  lsl8
       0159  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __bss_start
       0060  _ms
       0062  __bss_end

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

Files Linked      [ module(s) ]

C:\PROGRA~1\icc\lib\crtAVR.o	[ crtavr.s ]
coding.o	[ coding.c ]
<library>	[ gpushy.s, gpushz.s, lsl8.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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