cy2198tr.mp

来自「ATMega16驱动Cy2198TR无线串口程序」· MP 代码 · 共 50 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0054   0154 =    340. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002A  __start
       002A  __text_start
       004A  _exit
       004B  _main
       005B  _Port_Init
       006D  _USART_Init
       0078  _Wireless_Init
       007F  _USART_Transmit
       0083  _Wireless_TransmitByte
       0091  _Delay_nms
       00A9  _USART_Receive
       00AD  _uart0_rx_isr
       00B6  pop_gset2
       00B9  push_gset1
       00BC  pop_gset1
       00BD  pop
       00D0  push_gset2
       00D4  __text_end

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

Files Linked      [ module(s) ]

D:\PROGRA~1\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
<library>	[ gpop2.s, gpush.s, gpush2.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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