z80:Directives:ALIGN

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sets 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