实验1_~1.mp

来自「要用到开发工具SD-H08」· MP 代码 · 共 70 行

MP
70
字号

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   8000   032C =    812. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       8000  __start
       8000  __text_start
       8033  _exit
       8035  __HC08Setup
       805A  _main
       831A  _Delay1000
       8329  _isrDummy
       832C  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           vregs   0040   0004 =      4. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0040  __r0
       0041  __r1
       0042  __r2
       0043  __r3
       0044  __vregs_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0044   0005 =      5. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0044  __bss_start
       0044  _z
       0046  _k
       0048  _i
       0049  __bss_end

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          memory   0000   FFFE =  65534. bytes (abs,ovr,rom)

       Addr  Global Symbol
      -----  --------------------------------
       FFDC  __vectab

Files Linked      [ module(s) ]

C:\PROGRA~1\SdIDE\Lib\crt08.o	[ crt08.s ]
setup.o	[ setup.c ]
main.o	[ main.c ]
vectors08.o	[ vectors08.c ]
<library>	[ r1.s, r2.s, r3.s ]

User Global Definitions

init_sp = 0x23f

User Base Address Definitions

lit = 0x8000
vregs = 0x40

⌨️ 快捷键说明

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