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

Representations the x86 pushfd instruction.
Inheritance: X86Instruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Pushfd ( ) : Mosa.Compiler.Framework

Initializes a new instance of Pushfd.

Méthodes protégées

Méthode Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Method Details

ComputeOpCode() protected méthode

protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Mosa.Compiler.Framework.Operand
source Mosa.Compiler.Framework.Operand
third Mosa.Compiler.Framework.Operand
Résultat OpCode

Pushfd() public méthode

Initializes a new instance of Pushfd.
public Pushfd ( ) : Mosa.Compiler.Framework
Résultat Mosa.Compiler.Framework