C# Class Reko.Arch.Vax.VaxInstruction

Inheritance: Reko.Core.Machine.MachineInstruction
Datei anzeigen Open project: uxmal/reko Class Usage Examples

Public Methods

Method Description
GetOperand ( int i ) : MachineOperand
Render ( MachineInstructionWriter writer ) : void

Private Methods

Method Description
VaxInstruction ( ) : Reko.Core.Machine

Method Details

GetOperand() public method

public GetOperand ( int i ) : MachineOperand
i int
return Reko.Core.Machine.MachineOperand

Render() public method

public Render ( MachineInstructionWriter writer ) : void
writer MachineInstructionWriter
return void