Starts a conditional assembly block, making assembly conditional on a string value not being equal to zero.
.ifne string
string
Any valid string.
If the stringvalue is not equal to 0, the assembler processes the statements of the block. If the string value does equal 0, the assembler skips the statements of the block.