Bodb Class

Definition

Line 4123 of cmsxm/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow Bodb()

Member Functions

public override void Execute(Registers& regs, Memory& mem, byte x, byte y, byte z)
public override nothrow List<ulong> GetTargetAddresses(ulong pc, Registers& regs, Memory& mem, byte x, byte y, byte z)
public override nothrow bool IsForwardInst() const
public override nothrow bool IsJumpInst() const

Constructor& Destructor Details

Bodb Constructor

public nothrow Bodb()

Definition
Line 4125 of cmsxm/Instruction.cm


Member Function Details

Execute Member Function

public override void Execute(Registers& regs, Memory& mem, byte x, byte y, byte z)

Definition
Line 4128 of cmsxm/Instruction.cm


GetTargetAddresses Member Function

public override nothrow List<ulong> GetTargetAddresses(ulong pc, Registers& regs, Memory& mem, byte x, byte y, byte z)

Definition
Line 4153 of cmsxm/Instruction.cm


IsForwardInst Member Function

public override nothrow bool IsForwardInst()

Definition
Line 4149 of cmsxm/Instruction.cm


IsJumpInst Member Function

public override nothrow bool IsJumpInst()

Definition
Line 4145 of cmsxm/Instruction.cm