C# Класс Mosa.Platform.x86.Instructions.Pushfd

Representations the x86 pushfd instruction.
Наследование: X86Instruction
Показать файл Открыть проект

Открытые методы

Метод Описание
Pushfd ( ) : Mosa.Compiler.Framework

Initializes a new instance of Pushfd.

Защищенные методы

Метод Описание
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Описание методов

ComputeOpCode() защищенный Метод

protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Mosa.Compiler.Framework.Operand
source Mosa.Compiler.Framework.Operand
third Mosa.Compiler.Framework.Operand
Результат OpCode

Pushfd() публичный Метод

Initializes a new instance of Pushfd.
public Pushfd ( ) : Mosa.Compiler.Framework
Результат Mosa.Compiler.Framework