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