The POP (Pop Stack) instruction.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class Pop : Instruction |
| Visual Basic |
|---|
Public Class Pop _ Inherits Instruction |
| Visual C++ |
|---|
public ref class Pop : public Instruction |
Contracts
| Invariants |
|---|
this.destination != null |
this.destination is EffectiveAddress || this.destination is RegisterOperand |
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Pop
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Pop