h08sci_1.mp

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

MP
87
字号

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   8000   0032 =     50. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       8000  __lit_start
       8032  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   8032   0747 =   1863. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       8032  __start
       8032  __text_start
       8065  _exit
       8067  __HC08Setup
       808C  _main
       865B  _Delay1000
       866A  _SCIInit
       8677  _SCISend1
       8686  _SCISendN
       86C4  _SCIRe1
       8723  _SCIReN
       8776  _isrDummy
       8779  __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   0006 =      6. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0044  _SerialBuff
       0044  __bss_start
       0045  _z
       0047  _k
       0049  _i
       004A  __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 ]
SCIInit.o	[ SCIInit.c ]
SCI.o	[ SCI.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 + -
显示快捷键?