momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::ParsedInstruction

Defined in header <momiji/Parser.h>

struct ParsedInstruction

A struct representing a parsed instruction.

Member fields

Field Type Notes Default value
operands

std::vector

Vector of operands.

dataType

momiji::DataType

The data type of the instruction.

instructionType

momiji::InstructionType

The type of the instruction.

branchCondition

momiji::BranchConditions

If the instruction is a branch instruction, this describes the condition that the branch should use.

programCounter

std::int32_t

The calculated program counter of the instruction.

sourceLine

std::int32_t

The line in the source code where the instruction is located.