C# 클래스 Mosa.Platform.x86.Instructions.Pushfd

Representations the x86 pushfd instruction.
상속: X86Instruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
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