Class CmpInstruction
Compares the top two stack values (-1, 0, or 1 result).
Inherited Members
Namespace: VM.Core.Instructions
Assembly: VM.dll
Syntax
public class CmpInstruction : Instruction
Constructors
CmpInstruction()
Compares the top two stack values (-1, 0, or 1 result).
Declaration
public CmpInstruction()
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 |