Goi Class

Definition

Line 3684 of cmsxm/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow Goi()

Member Functions

public override void Execute(Registers& regs, Memory& mem, byte x, byte y, byte z)
public override nothrow bool IsAbsoluteAddressInst()
public override nothrow bool IsGoInst() const
public override nothrow bool IsJumpInst() const
public override nothrow bool IsZReg() const

Constructor& Destructor Details

Goi Constructor

public nothrow Goi()

Definition
Line 3686 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 3689 of cmsxm/Instruction.cm


IsAbsoluteAddressInst Member Function

public override nothrow bool IsAbsoluteAddressInst()

Definition
Line 3711 of cmsxm/Instruction.cm


IsGoInst Member Function

public override nothrow bool IsGoInst()

Definition
Line 3703 of cmsxm/Instruction.cm


IsJumpInst Member Function

public override nothrow bool IsJumpInst()

Definition
Line 3699 of cmsxm/Instruction.cm


IsZReg Member Function

public override nothrow bool IsZReg()

Definition
Line 3707 of cmsxm/Instruction.cm