Starts a conditional assembly block, making assembly conditional on a string value being equal to zero.
.ifeq string
string
Any valid string.
If the string value equals 0, the assembler processes the statements of the block. If the string value does not equal 0, the assembler skips the statements of the block.