ASMC Fatal Error A1007

Asmc Macro Assembler

Asmc Macro Assembler Reference

ASMC Fatal Error A1007

Nesting level too deep

The assembler reached its nesting limit. The limit is 20 levels except where noted otherwise.

One of the following was nested too deeply:

  • A high-level directive such as .IF, .REPEAT, or .WHILE
  • A structure definition
  • A conditional-assembly directive
  • A procedure definition
  • A PUSHCONTEXT directive (the limit is 10).
  • A segment definition
  • An include file
  • A macro
* ML 6.0 compatible error

See Also

ASMC Error Messages