Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 387 Bytes

A2016.md

File metadata and controls

17 lines (10 loc) · 387 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2016

expression expected

The assembler expected an expression at the current location but found one of the following:

  • A unary operator without an operand
  • A binary operator without two operands
  • An empty pair of parentheses, ( ), or brackets, [ ]

* ML 6.0 compatible error

See Also

ASMC Error Messages