C# Class Reko.Core.Machine.FpuOperand

Represents a FPU operand.
Inheritance: MachineOperand
Mostra file Open project: uxmal/reko Class Usage Examples

Public Methods

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

Method Details

FpuOperand() public method

public FpuOperand ( int f ) : Reko.Core
f int
return Reko.Core

Write() public method

public Write ( bool fExplicit, MachineInstructionWriter writer ) : void
fExplicit bool
writer MachineInstructionWriter
return void