prgframe.mp
来自「项目是为日本瑞萨工作所做的BAKE炉温控系统 整个文件夹包括设计文档」· MP 代码 · 共 79 行
MP
79 行
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 8000 0202 = 514. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
8000 __start
8000 __text_start
8033 _exit
8035 _Delay
8060 _main
8096 _MCUInit
80BB _isrDummy
80BE _SwitchOutput_Init
80C5 _SwitchOutput
80F5 _SCIInit
8102 _SCISend1
8111 _SCISendN
814F _SCIRe1
81AE _SCIReN
8201 __HC08Setup
8202 __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 0002 = 2. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0044 _SerialBuff
0044 __bss_start
0046 __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) ]
D:\PROGRA~1\MT-IDE\Lib\crt08.o [ crt08.s ]
GeneralFun.o [ GeneralFun.c ]
Main.o [ Main.c ]
SetUp.o [ SetUp.c ]
Vectors08.o [ Vectors08.c ]
SwitchOutput.o [ SwitchOutput.c ]
H08SCI.o [ H08SCI.c ]
<library> [ setup.s, 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 + -
显示快捷键?