momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::operands::AddressPre

Defined in header <momiji/Parser.h>

struct AddressPre

An operand in the form (a*)+ where β€˜*’ is any number from 0 to 7. This references the address inside an address register. When used, the value in the address register is decremented by the data size of the instruction and then returned. fields: reg: type: std::int32_t description: β€˜The number of the address register. (eg: 0 is the first, 7 is the eight)’