.ifeq if equal

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

  .ifeq string

  
Parameter

string

Any valid string.

Remarks

If the string value equals 0, the assembler processes the statements of the block. If the string value does not equal 0, the assembler skips the statements of the block.