Class CallInstruction
Calls a function at the specified address.
Inherited Members
Namespace: VM.Core.Instructions
Assembly: VM.dll
Syntax
public class CallInstruction : Instruction
Constructors
CallInstruction()
Calls a function at the specified address.
Declaration
public CallInstruction()
Methods
Execute(ExContext, FrameStack)
Executes the instruction with the given context.
Declaration
public override void Execute(ExContext context, FrameStack frames)
Parameters
Type | Name | Description |
---|---|---|
ExContext | context | The execution context |
FrameStack | frames | The frame stack |