CPU Simulator
    Preparing search index...

    A class representing a decoded (non-binary) operand of an instruction.

    Erik Burmester erik.burmester@nextbeam.net

    Index

    Constructors

    Properties

    Constructors

    Properties

    addressingMode: EncodedAddressingModes

    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.

    value: DoubleWord

    The operands value in binary representation.