z80:Directives:ALIGN

From Learn @ Cemetech
Revision as of 17:24, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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