momiji
m68k emulator infrastructure
About Source codeTable of contents
momiji::errors::OperandTypeMismatch
Defined in header <momiji/Parser.h>
struct OperandTypeMismatch
Error triggered when an instruction requires a type of operand different from the one provided.
Member fields
| Field | Type | Notes | Default value |
|---|---|---|---|
| acceptedOps | std::vector |
Vector of accepted operands for that instruction. |
|
| inputOp | momiji::ParserOperand |
The input operand type found. |
|
| num | std::int8_t |
The number of the operand (0 = first, …). |
0 |