Starts a conditional assembly block, making assembly conditional on a string value being greater than zero.
.ifgt string
string
Any valid string.
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.