Show / Hide Table of Contents

Class StoreInstruction

Stores the top stack value into a local variable.

Inheritance
object
Instruction
StoreInstruction
Inherited Members
Instruction.Code
Instruction.Mnemonic
Instruction.OperandSize
Instruction.StackEffect
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VM.Core.Instructions
Assembly: VM.dll
Syntax
public class StoreInstruction : Instruction

Constructors

StoreInstruction()

Stores the top stack value into a local variable.

Declaration
public StoreInstruction()

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

Overrides
Instruction.Execute(ExContext, FrameStack)
In this article
Back to top Generated by DocFX