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