.ifge if greater than or equal

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

  .ifge string

  
Parameter

string

Any valid string.

Remarks

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