.ifgt if greater than

Starts a conditional assembly block, making assembly conditional on a string value being greater than zero.

  .ifgt string

  
Parameter

string

Any valid string.

Remarks

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