beautypg.com

Warning and error messages – Zilog Z8F0130 User Manual

Page 362

background image

Using the Macro Assembler

UM013037-1212

338

Zilog Developer Studio II – Z8 Encore!
User Manual

Warning and Error Messages

This section covers warning and error messages for the assembler.

400 Symbol already defined.

The symbol has been previously defined.

401 Syntax error.

General-purpose error when the assembler recognizes only part of a source line. The
assembler might generate multiple syntax errors per source line.

402 Symbol XREF'd and XDEF'd.

Label previously marked as externally defined or referenced. This error occurs when
an attempt is made to both XREF and XDEF a label.

403 Symbol not a segment.

The segment has not been previously defined or is defined as some other symbol type.

404 Illegal EQU.

The name used to define an equate has been previously defined or equates and label
symbols in an equate expression have not been previously defined.

405 Label not defined.

The label has not been defined, either by an XREF or a label definition.

406 Illegal use of XREF's symbol.

XDEF defines a list of labels in the current module as an external symbol that are to be
made publicly visible to other modules at link time; XREF specifies that a list of
labels in the operand field are defined in another module.

407 Illegal constant expression.

The constant expression is not valid in this particular context. This error normally
occurs when an expression requires a constant value that does not contain labels.

408 Memory allocation error.

Not enough memory is available in the specified memory range.

409 Illegal

.elif

directive.

There is no matching

.if

for the

.elif

directive.

410 Illegal

.else

directive.

There is no matching

.if

for the

.else

directive.

411 Illegal

.endif

directive.

There is no matching

.if

for the

.endif

directive.