z80:Directives:ALIGN
From Learn @ Cemetech
Jump to navigationJump to searchSets the current program counter to the next multiple of boundary.
Syntax
If the program counter already sits on a boundary, it will not be changed.
.align boundary
See Also