📄 cgeneric.map
字号:
PROGRAM "F:\temp\LED\bin\CGeneric.abs"
*********************************************************************************************
TARGET SECTION
---------------------------------------------------------------------------------------------
Processor : Motorola HC12
Memory Model: SMALL
File Format : ELF\Dwarf 2.0
Linker : SmartLinker V-5.0.19, Apr 2 2002
*********************************************************************************************
FILE SECTION
---------------------------------------------------------------------------------------------
main.c.o Model: SMALL, Lang: ANSI-C
start12.c.o Model: SMALL, Lang: ANSI-C
*********************************************************************************************
STARTUP SECTION
---------------------------------------------------------------------------------------------
Entry point : 0xC029 (_Startup)
_startupData is allocated at 0xC039 and uses 23 Bytes
extern struct _tagStartup {
unsigned flags 0
_PFunc main 0xC0AC (main)
long stackOffset 0x1601
unsigned nofZeroOut 1
_Range pZeroOut 0x1000 2
_Copy *toCopyDownBeg 0xC0D6
int nofLibInits 0
_LibInit *libInits 0xC054
int nofInitBodies 0
_Cpp *initBodies 0xC056
int nofFiniBodies 0
_Cpp *finiBodies 0xC056
} _startupData;
*********************************************************************************************
SECTION-ALLOCATION SECTION
Section Name Size Type From To Segment
---------------------------------------------------------------------------------------------
.text 128 R 0xC056 0xC0D5 MY_ROM
.startData 29 R 0xC039 0xC055 MY_ROM
.init 57 R 0xC000 0xC038 MY_ROM
.common 2 R/W 0x1000 0x1001 MY_RAM
.stack 1536 R/W 0x1002 0x1601 MY_RAM
.copy 2 R 0xC0D6 0xC0D7 MY_ROM
.vectSeg0_vect 2 R 0xFFFE 0xFFFF .vectSeg0
ROM size: DA (dec: 218)
RAM size: 602 (dec: 1538)
*********************************************************************************************
VECTOR-ALLOCATION SECTION
Address InitValue InitFunction
---------------------------------------------------------------------------------------------
0xFFFE 0xC029 _Startup
*********************************************************************************************
OBJECT-ALLOCATION SECTION
Name Module Addr hSize dSize Ref Section RLIB
---------------------------------------------------------------------------------------------
MODULE: -- main.c.o --
- PROCEDURES:
TimerOverflow C056 56 86 1 .text
main C0AC 2A 42 0 .text
- VARIABLES:
counter 1000 2 2 5 .common
MODULE: -- start12.c.o --
- PROCEDURES:
Init C000 29 41 1 .init
_Startup C029 10 16 0 .init
- VARIABLES:
_startupData C039 17 23 6 .startData
*********************************************************************************************
SECTION USE IN OBJECT-ALLOCATION SECTION
---------------------------------------------------------------------------------------------
SECTION: ".text"
TimerOverflow main
SECTION: ".init"
Init _Startup
SECTION: ".common"
counter
*********************************************************************************************
UNUSED-OBJECTS SECTION
---------------------------------------------------------------------------------------------
*********************************************************************************************
COPYDOWN SECTION
---------------------------------------------------------------------------------------------
------- ROM-ADDRESS: 0xC0D6 ---- SIZE 2 ---
Filling bytes inserted
0000
*********************************************************************************************
OBJECT-DEPENDENCIES SECTION
---------------------------------------------------------------------------------------------
Init USES _startupData
_Startup USES _startupData Init
TimerOverflow USES counter
main USES counter TimerOverflow
*********************************************************************************************
DEPENDENCY TREE
*********************************************************************************************
main and _Startup Group
|
+- main
| |
| +- TimerOverflow
|
+- _Startup
|
+- Init
*********************************************************************************************
STATISTIC SECTION
---------------------------------------------------------------------------------------------
ExeFile:
--------
Number of blocks to be downloaded: 4
Total size of all blocks to be downloaded: 218
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -