momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::DecodedInstruction

Defined in header <momiji/Decoder.h>

struct DecodedInstruction

A class representing a decoded instruction generated from the decoder.

Member fields

Field Type Notes Default value
data

momiji::InstructionData

The data associated with the instruction (eg: the operands, which size it is, which addressing mode is it using, etc…).

string

momiji::InstructionString

The string representation of the instruction. This is reconstructed by the decoder.

exec

momiji::DecodedInstructionFn

A pointer to the function implementing that instruction.