Starts a conditional assembly block, making assembly conditional on a string value being less than zero.
.iflt string
string
Any valid string.
If the string value is less than 0, the assembler processes the statements of the block. If the string value equals or exceeds 0, the assembler skips the statements of the block.