momiji

m68k emulator infrastructure

About Source code

Table of contents

momiji::operands::AbsoluteShort

Defined in header <momiji/Parser.h>

struct AbsoluteShort

An operand of the form X where ‘X’ is any compile-time expression and the data size of the instruction is a Word/Short (16-bit wide). The literal 16-bit value of ‘X’ is used.

Member fields

Field Type Notes Default value
value

std::unique_ptr

The AST representing the value of the immediate data

‘X’ is any compile-time expression, see AST objects for some examples.