📄 bankedflash_application.map
字号:
PROGRAM "D:\Profiles\r63492.FSL\My Documents\Training document\培训教材\HCS12\S12 Ex1 SCI0 ICD CW31\bin\BankedFlash_Application.abs"
*********************************************************************************************
TARGET SECTION
---------------------------------------------------------------------------------------------
Processor : Motorola HC12
Memory Model: BANKED
File Format : ELF\Dwarf 2.0
Linker : SmartLinker V-5.0.22 Build 4047, Feb 17 2004
*********************************************************************************************
FILE SECTION
---------------------------------------------------------------------------------------------
START12.C.o Model: BANKED, Lang: ANSI-C
ex1_utility.c.o Model: BANKED, Lang: ANSI-C
ex1_main.c.o Model: BANKED, Lang: ANSI-C
*********************************************************************************************
STARTUP SECTION
---------------------------------------------------------------------------------------------
Entry point: 0xC000 (_Startup)
_startupData is allocated at 0xC016 and uses 24 Bytes
extern struct _tagStartup {
unsigned flags 0
_PFunc main 0x338062 (main)
long stackOffset 0x10FF
unsigned nofZeroOut 0
_Copy *toCopyDownBeg 0xC051
int nofLibInits 0
_LibInit *libInits 0xC02E
int nofInitBodies 0
_Cpp *initBodies 0xC030
int nofFiniBodies 0
_Cpp *finiBodies 0xC030
} _startupData;
*********************************************************************************************
SECTION-ALLOCATION SECTION
Section Name Size Type From To Segment
---------------------------------------------------------------------------------------------
.init 22 R 0xC000 0xC015 ROM_C000
.startData 34 R 0xC016 0xC037 ROM_C000
.rodata1 25 R 0xC038 0xC050 ROM_C000
.copy 2 R 0xC051 0xC052 ROM_C000
.text 41 R 0x308000 0x308028 PAGE_30
CodeForcedToPPage33 141 R 0x338000 0x33808C PAGE_33
.stack 256 R/W 0x1000 0x10FF RAM
.vectSeg0_vect 2 R 0xFFFE 0xFFFF .vectSeg0
Summary of section sizes per section type:
READ_ONLY (R): 10B (dec: 267)
READ_WRITE (R/W): 100 (dec: 256)
*********************************************************************************************
VECTOR-ALLOCATION SECTION
Address InitValue InitFunction
---------------------------------------------------------------------------------------------
0xFFFE 0xC000 _Startup
*********************************************************************************************
OBJECT-ALLOCATION SECTION
Name Module Addr hSize dSize Ref Section RLIB
---------------------------------------------------------------------------------------------
MODULE: -- START12.C.o --
- PROCEDURES:
Init 308000 29 41 2 .text
_Startup C000 16 22 0 .init
- VARIABLES:
_startupData C016 18 24 6 .startData
MODULE: -- ex1_utility.c.o --
- PROCEDURES:
init_SCI0 338000 A 10 2 CodeForcedToPPage33
tx_char0 33800A 9 9 6 CodeForcedToPPage33
printf0 338013 21 33 2 CodeForcedToPPage33
delay1 338034 D 13 2 CodeForcedToPPage33
send_asc 338041 E 14 4 CodeForcedToPPage33
hex_asc 33804F 13 19 4 CodeForcedToPPage33
- VARIABLES:
MODULE: -- ex1_main.c.o --
- PROCEDURES:
main 338062 26 38 0 CodeForcedToPPage33
init_system 338088 5 5 2 CodeForcedToPPage33
- VARIABLES:
STRING...Hello..I.am.here...1 C038 19 25 1 .rodata1
*********************************************************************************************
MODULE STATISTIC
Name Data Code Const
---------------------------------------------------------------------------------------------
START12.C.o 0 63 0
ex1_utility.c.o 0 98 0
ex1_main.c.o 0 43 25
other 256 36 2
*********************************************************************************************
SECTION USE IN OBJECT-ALLOCATION SECTION
---------------------------------------------------------------------------------------------
SECTION: ".text"
Init
SECTION: ".init"
_Startup
SECTION: ".rodata1"
STRING...Hello..I.am.here...1
SECTION: "CodeForcedToPPage33"
init_SCI0 tx_char0 printf0 delay1 send_asc hex_asc main init_system
*********************************************************************************************
OBJECT LIST SORTED BY ADDRESS
Name Addr hSize dSize Ref Section RLIB
---------------------------------------------------------------------------------------------
_Startup C000 16 22 0 .init
STRING...Hello..I.am.here...1 C038 19 25 1 .rodata1
Init 308000 29 41 2 .text
init_SCI0 338000 A 10 2 CodeForcedToPPage33
tx_char0 33800A 9 9 6 CodeForcedToPPage33
printf0 338013 21 33 2 CodeForcedToPPage33
delay1 338034 D 13 2 CodeForcedToPPage33
send_asc 338041 E 14 4 CodeForcedToPPage33
hex_asc 33804F 13 19 4 CodeForcedToPPage33
main 338062 26 38 0 CodeForcedToPPage33
init_system 338088 5 5 2 CodeForcedToPPage33
*********************************************************************************************
UNUSED-OBJECTS SECTION
---------------------------------------------------------------------------------------------
*********************************************************************************************
COPYDOWN SECTION
---------------------------------------------------------------------------------------------
------- ROM-ADDRESS: 0xC051 ---- SIZE 2 ---
Filling bytes inserted
0000
*********************************************************************************************
OBJECT-DEPENDENCIES SECTION
---------------------------------------------------------------------------------------------
_Startup USES _startupData Init
Init USES _startupData
printf0 USES tx_char0
send_asc USES tx_char0
hex_asc USES send_asc
main USES init_system STRING...Hello..I.am.here...1
printf0 hex_asc delay1
init_system USES init_SCI0
*********************************************************************************************
DEPENDENCY TREE
*********************************************************************************************
main and _Startup Group
|
+- main
| |
| +- init_system
| | |
| | +- init_SCI0
| |
| +- printf0
| | |
| | +- tx_char0
| |
| +- hex_asc
| | |
| | +- send_asc
| | |
| | +- tx_char0 (see above)
| |
| +- delay1
|
+- _Startup
|
+- Init
*********************************************************************************************
STATISTIC SECTION
---------------------------------------------------------------------------------------------
ExeFile:
--------
Number of blocks to be downloaded: 7
Total size of all blocks to be downloaded: 267
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -