Asmc Macro Assembler Reference
ASMC Nonfatal Error A2006
Undefined symbol : identifier
An attempt was made to use a symbol that was not defined.
One of the following may have occurred:
- A symbol was not defined.
- A field was not a member of the specified structure.
- A symbol was defined in an include file that was not included.
- An external symbol was used without an EXTERN or EXTERNDEF directive.
- A symbol name was misspelled.
- A local code label was referenced outside of its scope.
* ML 6.0 compatible error
See Also
ASMC Error Messages