prgframe.mp

来自「GP32启动程序」· MP 代码 · 共 60 行

MP
60
字号

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   8000   00B6 =    182. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       8000  __start
       8000  __text_start
       8033  _exit
       8035  _LEDinit
       803A  _LED_L_A
       804E  _main
       8078  _MCUinit
       809D  _isrDummy
       80A0  _DelayHX
       80B5  __HC08Setup
       80B6  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0040  __r0
       0041  __vregs_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) ]

D:\PROGRA~1\MT-IDE\Lib\crt08.o	[ crt08.s ]
LED.o	[ LED.c ]
Main.o	[ Main.c ]
MCUinit.o	[ MCUinit.c ]
Vectors08.o	[ Vectors08.c ]
GeneralFun.o	[ GeneralFun.s ]
<library>	[ setup.s ]

User Global Definitions

init_sp = 0x23f

User Base Address Definitions

lit = 0x8000
vregs = 0x40

⌨️ 快捷键说明

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