C# Class Mosa.Platform.x86.Instructions.Popfd

Representations the x86 popfd instruction.
Inheritance: X86Instruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Popfd ( ) : Mosa.Compiler.Framework

Initializes a new instance of Popfd.

Protected Methods

Method Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Method Details

ComputeOpCode() protected method

Computes the opcode.
protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Mosa.Compiler.Framework.Operand The destination operand.
source Mosa.Compiler.Framework.Operand The source operand.
third Mosa.Compiler.Framework.Operand The third operand.
return OpCode

Popfd() public method

Initializes a new instance of Popfd.
public Popfd ( ) : Mosa.Compiler.Framework
return Mosa.Compiler.Framework