Assembler as88 (3)
Main Tool Chain
Warnings (W)
W 120: assembler debug
The SYMB record contains an expression with operations
information: cannot emit
that are not supported by the IEEE-695 object format.
non-tiof expression for
label
W 121: changed alignment size to
size
W 123: expression:
type-error
The expression performs an illegal operation on an
address or combines incompatible memory spaces.
W 124: cannot purge macro during
its own definition
W 125: "
symbol" is not a DEFINE
You tried to UNDEF a symbol that was not previously
symbol
DEFINEd or was already undefined.
W 126: redefinition of
The symbol is already DEFINEd in the current scope. The
"
define-symbol"
symbol is redefined according to this DEFINE.
W 127: redefinition of macro
The macro is already defined. The macro is redefined
"
macro"
according to this macro definition.
W 128: number of macro arguments You supplied less arguments to the macro than when
is less than definition
defining it.
W 129: number of macro arguments You supplied more arguments to the macro than when
is greater than definition
defining it.
W 130: DUPA needs at least one
The DUPA directive needs at least two arguments, the
value argument
dummy parameter and a value parameter.
W 131: DUPF increment value
The step value supplied with the DUPF macro will skip the
gives empty macro
DUPF macro body.
W 132: IF started in previous file
The ENDIF or ELSE pre-processor directive matches with
"
file", line line
an IF directive in another file.
W 133: currently no macro
The @CNT() and @ARG() functions can only be used
expansion active
inside a macro expansion.
W 134: "
directive" is not supported, The supplied directive is not supported by this assembler.
skipped
W 135: define symbol of
You supplied an illegal identifier with the -D option on the
"
define-symbol" is not an
command line.
identifier; skipped definition
W 137: label "
label" defined
The label is defined with an EXTERN and a GLOBAL
attribute and attribute
directive.
W 138: warning:
WARN-directive-
Output from the WARN directive.
arguments
W 139: expression must be between
hex-value and hex-value
W 140: expression must be between
value and value
Error Messages
Warnings (W)
W 101: use
option at the start of
Primary options must be used at the start of the source.
the source; ignored
W 102: duplicate attribute
An attribute of an EXTERN directive is used twice or more.
"
attribute" found
Remove one of the duplicate attributes.
W 104: expected an attribute but
got
attribute; ignored
W 105: section activation expected, Use the SECT directive to activate a section.
use
name directive
W 106: conflicting attributes
You used two conflicting attributes in an EXTERN
specified "
attributes"
statement directive.
W 107: memory conflict on object
A label or other object is explicit or implicit defined using
"
name"
incompatible memory types.
W 108: object attributes redefinition A label or other object is explicit or implicit defined using
"
attributes"
incompatible attributes.
W 109: label "
label" not used
The label
label is defined with the GLOBAL directive and
neither defined nor referred, or the label is defined with the
LOCAL directive and not referenced.
W 110: extern label "
label" defined The label label is defined with an EXTERN directive and
in module, made global
defined as a label in the source. The label will be handled
as a global label.
W 111: unknown $LIST flag
You supplied an unknown
flag to the $LIST control.
"
flag"
W 112: text found after END;
An END directive designates the end of the source file. All
ignored
text after the END directive will be ignored.
W 113: unknown $MODEL
You supplied an unknown model.
specifier; ignored
W 114: $MODEL may only be
You supplied more than one model.
specified once, it remains
"
model"; ignored
W 115: use ON or OFF after
The control you specified must have either ON or OFF
control name
after the control name.
W 116: unknown parameter
See the description of the control for the allowed
"
parameter" for
parameters.
control-name control
W 118: inserted "
extern name"
The symbol
name is used inside an expression, but not
defined with an EXTERN directive.
W 119: "
name" section has not the
MAX attribute; ignoring
RESET