5.12.5 .set nomacro
The assembler supports synthesized instructions, an instruction mnemonic that synthesizes into multiple machine instructions. For instance, the sleu
instruction assembles into an sltu
instruction and an xori
instruction. The .set nomacro
directive causes the assembler to emit a warning message when an instruction expands into more than one machine instruction.