IntToFloatInstruction Class

Definition

Line 1483 of cmsxi/Instruction.cm

Inheritance

Constructors & Destructor

public nothrow IntToFloatInstruction(int line_)

Member Functions

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

Constructor& Destructor Details

IntToFloatInstruction Constructor

public nothrow IntToFloatInstruction(int line_)

Definition
Line 1485 of cmsxi/Instruction.cm


Member Function Details

GenerateCode Member Function

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

Definition
Line 1504 of cmsxi/Instruction.cm


OperationName Member Function

public override nothrow String<char> OperationName()

Definition
Line 1488 of cmsxi/Instruction.cm


Validate Member Function

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

Definition
Line 1492 of cmsxi/Instruction.cm