momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::errors::DataTypeMismatch

Defined in header <momiji/Parser.h>

struct DataTypeMismatch

Error triggered when an instruction doesn’t support the provided data type.

Member fields

Field Type Notes Default value
acceptedDataTypes

std::vector

Vector of accepted data types for that instruction.

inputDataType

momiji::DataType

The provided data type for that instruction.