Go Class
Definition
Line
3655
of
cmsxm/Instruction.cm
Inheritance
Constructors & Destructor
public
nothrow
Go
()
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
Constructor& Destructor Details
Go Constructor
public
nothrow
Go()
Definition
Line
3657
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
3660
of
cmsxm/Instruction.cm
IsAbsoluteAddressInst Member Function
public
override
nothrow
bool
IsAbsoluteAddressInst()
Definition
Line
3678
of
cmsxm/Instruction.cm
IsGoInst Member Function
public
override
nothrow
bool
IsGoInst()
Definition
Line
3674
of
cmsxm/Instruction.cm
IsJumpInst Member Function
public
override
nothrow
bool
IsJumpInst()
Definition
Line
3670
of
cmsxm/Instruction.cm