C# 클래스 Reko.Core.Machine.FpuOperand

Represents a FPU operand.
상속: MachineOperand
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
FpuOperand ( int f ) : Reko.Core
Write ( bool fExplicit, MachineInstructionWriter writer ) : void

메소드 상세

FpuOperand() 공개 메소드

public FpuOperand ( int f ) : Reko.Core
f int
리턴 Reko.Core

Write() 공개 메소드

public Write ( bool fExplicit, MachineInstructionWriter writer ) : void
fExplicit bool
writer MachineInstructionWriter
리턴 void