C# Class Reko.Core.Machine.FpuOperand

Represents a FPU operand.
Inheritance: MachineOperand
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Méthode Description
FpuOperand ( int f ) : Reko.Core
Write ( bool fExplicit, MachineInstructionWriter writer ) : void

Method Details

FpuOperand() public méthode

public FpuOperand ( int f ) : Reko.Core
f int
Résultat Reko.Core

Write() public méthode

public Write ( bool fExplicit, MachineInstructionWriter writer ) : void
fExplicit bool
writer MachineInstructionWriter
Résultat void