
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
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 ...