![background image](http://html.mh-extra.com/html/holtek/ht-ide/ht-ide_user-manual_2146887130.webp)
→
Syntax
MESSAGE
’text-string’
•
Description
The directive MESSAGE directs the assembler to display the text-string
on the screen. The characters in the text-string must be enclosed by a pair
of single quotation marks.
Program directives
→
Syntax (comment)
;
text
•
Description
A comment consists of characters preceded by a semicolon (;) and termi-
nated by an embedded carriage-return/line-feed.
→
Syntax
.CHIP
description-file
•
Description
This directive enables the instruction set of the given microprocessor. The
description-file is the name of a file which contains all information
required by the HASM to assemble the source file. If no option /CHIP=de-
scription-file exists in the command line while assembling, this directive
has to be used within the source file, otherwise an error will occur.
Note
This directive must be located before the first instruction statement.
→
Syntax
name
.SECTION
[
align] [combine] ’class’
•
Description
The SECTION directive marks the beginning of a program section. A
program section is a collection of instructions and/or data whose ad-
dresses are relative to the section beginning with the name which defines
that section. The name of a section can be unique or be the same as the
name given to other sections in the program. Sections with the same
complete names are treated as the same section.
The optional align type defines the alignment of the given section. It can
be one of the following:
BYTE uses any byte address (the default align type)
WORD uses any word address
PARA uses a paragraph address
PAGE uses a page address
HT-IDE User’s Guide
120
Содержание HT-IDE
Страница 11: ...P a r t I Integrated Development Environment Part I Integrated Development Environment 1 ...
Страница 12: ...HT IDE User s Guide 2 ...
Страница 20: ...Fig 1 6 Fig 1 7 HT IDE User s Guide 10 ...
Страница 24: ...HT IDE User s Guide 14 ...
Страница 70: ...HT IDE User s Guide 60 ...
Страница 76: ...HT IDE User s Guide 66 ...
Страница 92: ...HT IDE User s Guide 82 ...
Страница 93: ...P a r t I I Development Language and Tools Part II Development Language and Tools 83 ...
Страница 94: ...HT IDE User s Guide 84 ...
Страница 148: ...HT IDE User s Guide 138 ...
Страница 150: ...Fig 12 1 Fig 12 2 HT IDE User s Guide 140 ...
Страница 154: ...HT IDE User s Guide 144 ...
Страница 192: ...HT IDE User s Guide 182 ...
Страница 194: ...HT IDE User s Guide 184 ...
Страница 218: ...HT IDE User s Guide 208 ...
Страница 235: ...P a r t V Appendix Part V Appendix 225 ...
Страница 236: ...HT IDE User s Guide 226 ...
Страница 250: ...HT IDE User s Guide 240 ...