A class representing a decoded (non-binary) operand of an instruction.
Erik Burmester erik.burmester@nextbeam.net
Creates a new instance from the given arguments.
The operands addressing mode.
The operands type.
The operands value in binary representation.
Readonly
The operands addressing mode. Can be either direct or indirect. Indirect mode is only valid for registers.
The operands type. Can be either a constant/immediate, a memory address or a register.
A class representing a decoded (non-binary) operand of an instruction.
Author
Erik Burmester erik.burmester@nextbeam.net