Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 411 Bytes

A2015.md

File metadata and controls

15 lines (8 loc) · 411 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2015

segment attributes cannot change : attribute

A segment was reopened with different attributes than it was opened with originally.

When a SEGMENT directive opens a previously defined segment, the newly opened segment inherits the attributes the segment was defined with.

* ML 6.0 compatible error

See Also

ASMC Error Messages