A0019
Redefined EQU
The symbol to the left of the directive EQU has been previously
defined.
A0020
Multiple section definition
The name of the section is the same as previously defined section.
The section name must be unique in a source file.
A0021
DBIT can be used in data section only
This directive can not be used in the code section.
A0022
DB could be used in data section only
This directive can not be used in the code section.
A0024
Syntax error
Syntax error in statement.
A0025
MACRO too deep
Too many MACRO reference nesting levels. The maximum
number of nesting levels is 7 (refer to other MACROs recursively).
A0026
INCLUDE too deep
Too many INCLUDE file nesting levels. The maximum number
of INCLUDE nesting levels is 7 (include other files recursively).
A0027
IF too deep
Too many IF/ENDIF pair nesting levels. The maximum nesting
level is 7.
A0028
ELSE without IF
No directive IF before the directive ELSE (IF/ELSE/ENDIF pair
is unbalanced).
A0029
ELSE after ELSE
No directive ENDIF or IF after the directive ELSE.
(IF/ELSE/ENDIF pair is unbalanced).
A0030
ENDIF without IF
No directive IF before the directive ENDIF (IF/ELSE/ENDIF
pair is unbalanced).
A0031
Open conditional
The conditional directives pair (IF/IFE/ENDIF) is unbalanced.
A0032
(expected
Left parethensis is missing, should be added to the expression.
A0033 ORG
overlay
The memory address of directive ORG is overlaid with previously
defined code.
A0034
Value out of range
The specified value exceeds the allowed range.
HT-IDE User’s Guide
232
Содержание 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 ...