Difference between revisions of "Z80:Directives:ALIGN"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:24, 5 February 2016

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