Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 383 Bytes

A2018.md

File metadata and controls

15 lines (8 loc) · 383 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2018

invalid use of external symbol : identifier

An attempt was made to compare the given external symbol using a relational operator.

The comparison cannot be made because the value or address of an external symbol is not known at assembly time.

* ML 6.0 compatible error

See Also

ASMC Error Messages