.ifle if less than or equal

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

  .ifle string

  
Parameter

string

Any valid string.

Remarks

If the stringvalue is less than or equal to 0, the assembler processes the statements of the block. If the string value is greater than 0, the assembler skips the statements of the block.