.ifne if not equal

Starts a conditional assembly block, making assembly conditional on a string value not being equal to zero.

  .ifne string

  
Parameter

string

Any valid string.

Remarks

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.