ALIGN - Align program counter on specific boundry:

	ALIGN	expression

When the assembler encounters this directive the current internal program counter used for code generation will be aligned to the specified byte boundry. For generated binaries that do not support the logical division of code sections zero value bytes will be generated.


Example:
	org	$1000	* Set program counter to $1000
	nop		*
	align	4	* Advance PC to $1004
	nop		*
	align	8	* Advance PC to $100C
	nop		*
	align	10	* Advance PC to $1016
	nop		*


See also:
EVEN, ODD, ORG, REORG

Compatibility:
CASM X
CCASM X
OS-9 RMA  
Edt/Asm III  
Edtasm6309  
Disk Edtasm+  
Edtasm+  
Macro-80C