Starts a conditional assembly block, making assembly conditional on a string value being less than or equal to zero.
.ifle string
string
Any valid string.
If the stringvalue is less than or equal to 0, the assembler processes the statements of the block. If the string value is greater than 0, the assembler skips the statements of the block.