Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 399 Bytes

A2063.md

File metadata and controls

13 lines (7 loc) · 399 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2063

can ALIGN only to power of 2 : expression

The expression specified with the ALIGN directive was invalid. The ALIGN expression must be a power of 2 between 2 and 256, and must be less than or equal to the alignment of the current segment, structure, or union.

* ML 6.0 compatible error

See Also

ASMC Error Messages