testio.mp

来自「通过AT90S2313控制可控硅实现对机电系统的控制」· MP 代码 · 共 39 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0016   0068 =    104. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       000B  __text_start
       000B  __start
       002A  _exit
       002B  _port_init
       0031  _circul
       003A  _main
       003F  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0002 =      2. bytes (abs,ovr)

Files Linked      [ module(s) ]

C:\ICC\lib\crtavr.o  [ crtavr.s ]
testio.o          [ testio.c ]
<library>       

User Global Definitions

ram_end = 0xdf
hwstk_size = 0x10

User Base Address Definitions

data = 0x60
func_lit = 0x16
eeprom:1.128

⌨️ 快捷键说明

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