Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 423 Bytes

A2007.md

File metadata and controls

18 lines (11 loc) · 423 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2007

Non-benign record redefinition

A RECORD definition conflicted with a previous definition. One of the following occurred:

  • There were different numbers of fields.
  • There were different numbers of bits in a field.
  • There was a different label.
  • There were different initializers.

* ML 6.0 compatible error

See Also

ASMC Error Messages