# Base instruction opcode definitions # Format: mnemonic, encoding, operands, type, description # e.g.: # - mnemonic: ADD # encoding: 0b0000000_?????_?????_000_?????_0110011 # operands: [rd, rs1, rs2] # type: R # description: Add registers