test232.mp

来自「工业开关量检测模块的原代码,带断线检测功能」· MP 代码 · 共 40 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0094   0090 =    144. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       004A  __text_start
       004A  __start
       006A  _exit
       006B  _uart1_init
       007C  _USART_Transmit
       0083  _USART_Receive
       008A  _main
       0092  __text_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtatmega.o	[ crtatmega.s ]
test232main.o	[ test232main.c ]
<library>	

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x20

User Base Address Definitions

func_lit = 0x94
data = 0x100
eeprom:1.4096

⌨️ 快捷键说明

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