📄 flash_application.map
字号:
PROGRAM "D:\Profiles\r63492.FSL\My Documents\技术资料\培训教材\HCS12\S12 Ex2 Timer7 ICD CW31\bin\Flash_Application.abs"
*********************************************************************************************
TARGET SECTION
---------------------------------------------------------------------------------------------
Processor : Motorola HC12
Memory Model: SMALL
File Format : ELF\Dwarf 2.0
Linker : SmartLinker V-5.0.22 Build 4047, Feb 17 2004
*********************************************************************************************
FILE SECTION
---------------------------------------------------------------------------------------------
rtshc12.c.o (ansis.lib) Model: SMALL, Lang: ANSI-C
ex2_main.c.o Model: SMALL, Lang: ANSI-C
START12.C.o Model: SMALL, Lang: ANSI-C
ex2_timer.c.o Model: SMALL, Lang: ANSI-C
ex2_utility.c.o Model: SMALL, Lang: ANSI-C
*********************************************************************************************
STARTUP SECTION
---------------------------------------------------------------------------------------------
Entry point: 0x4029 (_Startup)
_startupData is allocated at 0x4039 and uses 23 Bytes
extern struct _tagStartup {
unsigned flags 0
_PFunc main 0x40F2 (main)
long stackOffset 0x150F
unsigned nofZeroOut 1
_Range pZeroOut 0x1400 16
_Copy *toCopyDownBeg 0x41D5
int nofLibInits 0
_LibInit *libInits 0x4054
int nofInitBodies 0
_Cpp *initBodies 0x4056
int nofFiniBodies 0
_Cpp *finiBodies 0x4056
} _startupData;
*********************************************************************************************
SECTION-ALLOCATION SECTION
Section Name Size Type From To Segment
---------------------------------------------------------------------------------------------
.init 57 R 0x4000 0x4038 FLASH_PAGE4000
.startData 37 R 0x4039 0x405D FLASH_PAGE4000
.rodata1 64 R 0x405E 0x409D FLASH_PAGE4000
NON_BANKED 84 R 0x409E 0x40F1 FLASH_PAGE4000
.text 222 R 0x40F2 0x41CF FLASH_PAGE4000
.copy 2 R 0x41D5 0x41D6 FLASH_PAGE4000
.bss 8 R/W 0x1400 0x1407 RAM
.common 8 R/W 0x1408 0x140F RAM
RUNTIME 5 R 0x41D0 0x41D4 FLASH_PAGE4000
.stack 256 R/W 0x1410 0x150F RAM
.vectSeg0_vect 2 R 0xFFE0 0xFFE1 .vectSeg0
.vectSeg1_vect 2 R 0xFFFE 0xFFFF .vectSeg1
Summary of section sizes per section type:
READ_ONLY (R): 1DB (dec: 475)
READ_WRITE (R/W): 110 (dec: 272)
*********************************************************************************************
VECTOR-ALLOCATION SECTION
Address InitValue InitFunction
---------------------------------------------------------------------------------------------
0xFFE0 0x409E Timer7Overflow_ISR
0xFFFE 0x4029 _Startup
*********************************************************************************************
OBJECT-ALLOCATION SECTION
Name Module Addr hSize dSize Ref Section RLIB
---------------------------------------------------------------------------------------------
MODULE: -- rtshc12.c.o (ansis.lib) --
- PROCEDURES:
_LINC 41D0 5 5 1 RUNTIME
- VARIABLES:
MODULE: -- ex2_main.c.o --
- PROCEDURES:
main 40F2 3D 61 0 .text
init_system 412F 6 6 1 .text
- VARIABLES:
STRING.....Hello.Non.Banked.1 405E 27 39 1 .rodata1
STRING..Hour.Min.Sec...2 4085 10 16 1 .rodata1
STRING......3 4095 5 5 1 .rodata1
STRING.....4 409A 4 4 1 .rodata1
SecData 1408 1 1 4 .common
MinData 1409 1 1 4 .common
HourData 140A 1 1 4 .common
TimerCounter 140B 1 1 3 .common
Time8ms 140C 4 4 4 .common
MODULE: -- START12.C.o --
- PROCEDURES:
Init 4000 29 41 1 .init
_Startup 4029 10 16 0 .init
- VARIABLES:
_startupData 4039 17 23 6 .startData
MODULE: -- ex2_timer.c.o --
- PROCEDURES:
init_timer 4135 13 19 1 .text
Timer7Overflow_ISR 409E 54 84 0 NON_BANKED
- VARIABLES:
MODULE: -- ex2_utility.c.o --
- PROCEDURES:
init_SCI0 4148 A 10 1 .text
tx_char0 4152 9 9 5 .text
printf0 415B 1D 29 4 .text
delay1 4178 F 15 1 .text
int_div 4187 2A 42 1 .text
hex_clk_dec 41B1 1F 31 3 .text
- VARIABLES:
result.1 1400 4 4 6 .bss
digit.2 1404 4 4 3 .bss
*********************************************************************************************
MODULE STATISTIC
Name Data Code Const
---------------------------------------------------------------------------------------------
rtshc12.c.o (ansis.lib) 0 5 0
ex2_main.c.o 8 67 64
START12.C.o 0 57 0
ex2_timer.c.o 0 103 0
ex2_utility.c.o 8 136 0
other 256 41 2
*********************************************************************************************
SECTION USE IN OBJECT-ALLOCATION SECTION
---------------------------------------------------------------------------------------------
SECTION: ".text"
main init_system init_timer init_SCI0 tx_char0 printf0 delay1 int_div
hex_clk_dec
SECTION: ".bss"
result.1 digit.2
SECTION: ".init"
Init _Startup
SECTION: ".rodata1"
STRING.....Hello.Non.Banked.1 STRING..Hour.Min.Sec...2 STRING......3
STRING.....4
SECTION: "NON_BANKED"
Timer7Overflow_ISR
SECTION: ".common"
SecData MinData HourData TimerCounter Time8ms
SECTION: "RUNTIME"
_LINC
*********************************************************************************************
OBJECT LIST SORTED BY ADDRESS
Name Addr hSize dSize Ref Section RLIB
---------------------------------------------------------------------------------------------
result.1 1400 4 4 6 .bss
digit.2 1404 4 4 3 .bss
SecData 1408 1 1 4 .common
MinData 1409 1 1 4 .common
HourData 140A 1 1 4 .common
TimerCounter 140B 1 1 3 .common
Time8ms 140C 4 4 4 .common
Init 4000 29 41 1 .init
_Startup 4029 10 16 0 .init
STRING.....Hello.Non.Banked.1 405E 27 39 1 .rodata1
STRING..Hour.Min.Sec...2 4085 10 16 1 .rodata1
STRING......3 4095 5 5 1 .rodata1
STRING.....4 409A 4 4 1 .rodata1
Timer7Overflow_ISR 409E 54 84 0 NON_BANKED
main 40F2 3D 61 0 .text
init_system 412F 6 6 1 .text
init_timer 4135 13 19 1 .text
init_SCI0 4148 A 10 1 .text
tx_char0 4152 9 9 5 .text
printf0 415B 1D 29 4 .text
delay1 4178 F 15 1 .text
int_div 4187 2A 42 1 .text
hex_clk_dec 41B1 1F 31 3 .text
_LINC 41D0 5 5 1 RUNTIME
*********************************************************************************************
UNUSED-OBJECTS SECTION
---------------------------------------------------------------------------------------------
NOT USED PROCEDURES
rtshc12.c.o (ansis.lib):
_BSHL _BSHRS _BSHRU _BDIVMODU _BDIVMODS _ISHL _ISHRU _ISHRS _LSHL _LSHRU
_LSHRS _LADD _LSUB _LAND _LOR _LXOR _LCMP _LCMP_P _LCMP_PP _LNEG _LABS _LCOM
_LDEC _LMUL _lDivMod _LDIVU _NEG_P _LDIVS _LMODU _LMODS _ILSEXT _LTEST _COPY
_CASE_DIRECT _CASE_DIRECT_BYTE _CASE_CHECKED _CASE_CHECKED_BYTE _CASE_SEARCH
_CASE_SEARCH_BYTE _CASE_SEARCH_8 _CASE_SEARCH_8_BYTE _FCALL _FPCMP
NOT USED VARIABLES
rtshc12.c.o (ansis.lib):
_PowOfTwo_8 _PowOfTwo_16 _PowOfTwo_32
*********************************************************************************************
COPYDOWN SECTION
---------------------------------------------------------------------------------------------
------- ROM-ADDRESS: 0x41D5 ---- SIZE 2 ---
Filling bytes inserted
0000
*********************************************************************************************
OBJECT-DEPENDENCIES SECTION
---------------------------------------------------------------------------------------------
Init USES _startupData
_Startup USES _startupData Init
Timer7Overflow_ISR USES Time8ms _LINC TimerCounter SecData MinData
HourData
main USES init_system STRING.....Hello.Non.Banked.1
printf0 STRING..Hour.Min.Sec...2 HourData hex_clk_dec
STRING......3 MinData STRING.....4 SecData tx_char0 delay1
init_system USES init_SCI0 init_timer
printf0 USES tx_char0
int_div USES result.1
hex_clk_dec USES digit.2 int_div tx_char0
*********************************************************************************************
DEPENDENCY TREE
*********************************************************************************************
main and _Startup Group
|
+- main
| |
| +- init_system
| | |
| | +- init_SCI0
| | |
| | +- init_timer
| |
| +- printf0
| | |
| | +- tx_char0
| |
| +- hex_clk_dec
| | |
| | +- int_div
| | |
| | +- tx_char0 (see above)
| |
| +- tx_char0 (see above)
| |
| +- delay1
|
+- _Startup
|
+- Init
Timer7Overflow_ISR
|
+- _LINC
*********************************************************************************************
STATISTIC SECTION
---------------------------------------------------------------------------------------------
ExeFile:
--------
Number of blocks to be downloaded: 7
Total size of all blocks to be downloaded: 475
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -