IFP1:

	IFP1

If the assembler is in pass 1 the code following the statement is assembled until an 'else', 'endp' or other contional directive is reached. This conditional must be terminated with 'endp'.



Example:
	ifp1
lda #$11 * Assembled only during phase 1 else lda #$22 * Assembled only during phase 2 endif



See also:
COND, ENDC, IFP2, ENDP, IFDEF, IFNDEF, IF, IFN, IFEQ, IFNE, IFGT, IFGE, IFLT, IFLE, ELSE, ENDIF

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