Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 578 Bytes

A2096.md

File metadata and controls

16 lines (9 loc) · 578 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2096

segment, group, or segment register expected

A segment or group was expected but was not found. One of the following occurred:

  • The left operand specified with the segment override operator (:) was not a segment register (CS, DS, SS, ES, FS, or GS), group name, segment name, or segment expression.
  • The ASSUME directive was given a segment register without a valid segment address, segment register, group, or the special FLAT group.

* ML 6.0 compatible error

See Also

ASMC Error Messages