Bpb Class

Definition

Line 4047 of cmsxm/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow Bpb()

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

Bpb Constructor

public nothrow Bpb()

Definition
Line 4049 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 4052 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 4077 of cmsxm/Instruction.cm


IsForwardInst Member Function

public override nothrow bool IsForwardInst()

Definition
Line 4073 of cmsxm/Instruction.cm


IsJumpInst Member Function

public override nothrow bool IsJumpInst()

Definition
Line 4069 of cmsxm/Instruction.cm