NoOperationInstruction Class

Definition

Line 659 of cmsxi/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow NoOperationInstruction(int line_)

Member Functions

public override void GenerateCode(MachineCode& machineCode, CodeFormatter& formatter)
public override nothrow String<char> Name() const
public override nothrow String<char> OperationName() const
public override void Validate(Function& function, int numArgs)

Constructor& Destructor Details

NoOperationInstruction Constructor

public nothrow NoOperationInstruction(int line_)

Definition
Line 661 of cmsxi/Instruction.cm


Member Function Details

GenerateCode Member Function

public override void GenerateCode(MachineCode& machineCode, CodeFormatter& formatter)

Definition
Line 676 of cmsxi/Instruction.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 664 of cmsxi/Instruction.cm


OperationName Member Function

public override nothrow String<char> OperationName()

Definition
Line 668 of cmsxi/Instruction.cm


Validate Member Function

public override void Validate(Function& function, int numArgs)

Definition
Line 672 of cmsxi/Instruction.cm