ODD - Align program counter on odd byte boundry:

	ODD

When the assembler encounters this directive the current internal program counter used for code generation will be aligned to an odd byte boundry. For generated binaries that do not support the logical division of code sections that do not have any data or code in between sections zero value bytes will be generated.



Example:
	org	$1000	* Set the program counter to $1000
	nop		* Program counter is $1001 after opcode
	nop		* Program counter is $1002 after opcode
	odd		* Advance the program counter to $1003


See also:
ALIGN, EVEN, ORG, REORG

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