.ifne

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

  .ifne expression statement-group
  
  
Parameters

expression

Any valid expression.

Statement-group

Any valid assembly statements.

Remarks

If the expression value is not equal to 0, the assembler processes the statements of the block. If the expression value does equal 0, the assembler skips the statements of the block.