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

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

Public Methods

Method Description
Pushfd ( ) : Mosa.Compiler.Framework

Initializes a new instance of Pushfd.

Protected Methods

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

Method Details

ComputeOpCode() protected method

protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Mosa.Compiler.Framework.Operand
source Mosa.Compiler.Framework.Operand
third Mosa.Compiler.Framework.Operand
return OpCode

Pushfd() public method

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