
Section address
•
Syntax
section_name = address [,section_name = address]...
This option specifies the address of the sections; section_name is the name
of the section that is to be addressed. The section_name must be defined
in at least one input object file, otherwise an error will occur. The address
is the specified address whose format is xxxx in hexadecimal format.
Generate map file
The check box of this option is to specify whether the map file is generated
or not.
Map File
The map file lists the names and loads the addresses and lengths of all
sections in a program as well as listing the messages it encounters. HLINK
gives the address of the program entry point at the end of the map file. The
map file also lists the names and loads addresses of all public symbols. The
names and file name of the external symbols or procedures are recorded in
the map file if no corresponding public symbol or procedure can be found.
The contents of the map file are as follows.
Holtek (R) Cross Linker Version 3.20
Copyright (C) HOLTEK Microelectronics INC. 1997-1998. All
rights reserved.
Input Object File: C:\SAMPLE\T2.OBJ
Input Object File: C:\SAMPLE\T1.OBJ
Start
End
Length
Class
Name
0000h
00F2h
00F3h
CODE
TEXT
(C:\SAMPLE\T1.OBJ)
00F3h
0114h
0022h
CODE
SUB
(C:\SAMPLE\T2.OBJ)
0000h
0063h
0064h
DATA
DAT
(C:\SAMPLE\T1.OBJ)
Address
Public by Name
001Ch
BREAKL
00A4h
CHKSTACK
0042h
FAC_DB
Address
Public by Value
001Ch
BREAKL
0042h
FAC_DB
00A4h
CHKSTACK
HLINK:
Program entry point at section ’code’ (address 0) of
file ’C:\SAMPLE\T1.OBJ’
<EOF>
HT-IDE User’s Guide
136
Summary of Contents for HT-IDE
Page 11: ...P a r t I Integrated Development Environment Part I Integrated Development Environment 1 ...
Page 12: ...HT IDE User s Guide 2 ...
Page 20: ...Fig 1 6 Fig 1 7 HT IDE User s Guide 10 ...
Page 24: ...HT IDE User s Guide 14 ...
Page 70: ...HT IDE User s Guide 60 ...
Page 76: ...HT IDE User s Guide 66 ...
Page 92: ...HT IDE User s Guide 82 ...
Page 93: ...P a r t I I Development Language and Tools Part II Development Language and Tools 83 ...
Page 94: ...HT IDE User s Guide 84 ...
Page 148: ...HT IDE User s Guide 138 ...
Page 150: ...Fig 12 1 Fig 12 2 HT IDE User s Guide 140 ...
Page 154: ...HT IDE User s Guide 144 ...
Page 192: ...HT IDE User s Guide 182 ...
Page 194: ...HT IDE User s Guide 184 ...
Page 218: ...HT IDE User s Guide 208 ...
Page 235: ...P a r t V Appendix Part V Appendix 225 ...
Page 236: ...HT IDE User s Guide 226 ...
Page 250: ...HT IDE User s Guide 240 ...