M680xOpValue

Union of possible operand types

Members

Variables

constVal
ubyte constVal;

Constant value (bit index, page nr.)

directAddr
ubyte directAddr;

Direct address (lower 8-bit)

ext
M680xOpExt ext;

Extended address

idx
M680xOpIdx idx;

Indexed addressing operand

imm
int imm;

Union of possible operand types +//// Immediate value for IMM operan

reg
M680xRegister reg;

Register value for REG operand

rel
M680xOpRel rel;

Relative address. operand (Bcc/LBcc)

Meta