Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 688 Bytes

A2094.md

File metadata and controls

18 lines (11 loc) · 688 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2094

operand must be relocatable

An operand was not relative to a label. One of the following occurred:

  • An operand specified with the END directive was not relative to a label.
  • An operand to the SEG operator was not relative to a label.
  • The right operand to the minus operator was relative to a label, but the left operand was not.
  • The operands to a relational operator were either not both integer constants or not both memory operands. Relational operators can take operands that are both addresses or both non-addresses but not one of each.

* ML 6.0 compatible error

See Also

ASMC Error Messages