C-minor v0.0

NativeCodeGenerator.VCall Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.CodeGen.Native
Declaring Type: NativeCodeGenerator

Generate a call to a function through a pointer store on the stack (after the parameters)

public void VCall(int paramCount, Operand returnType);

Parameters

int paramCount

The number of parameters on stack

Operand returnType

The return type