align.md
May 14, 2026 ยท View on GitHub
Asmc Macro Assembler Reference
ALIGN
ALIGN [[number]]
Aligns the next variable or instruction on a byte that is a multiple of number.
The number must be a power of 2, and the assembler will insert between 0 and number-1 bytes of padding to ensure that the next variable or instruction starts at an address that is a multiple of number.