momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::operands::AddressPost

Defined in header <momiji/Parser.h>

struct AddressPost

An operand in the form (a*)+ where ‘*’ is any number from 0 to 7. This references the address inside an address register. When used, a copy of the value inside the address register is made and the value in the registrer is incremented by the data size of the instruction. The returned value is the copy before the increment.

Member fields

Field Type Notes Default value
reg

std::int32_t

The number of the address register. (eg: 0 is the first, 7 is the eight)