C# Class Reko.Arch.RiscV.RiscVInstruction

Inheritance: Reko.Core.Machine.MachineInstruction
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Méthode Description
GetOperand ( int i ) : MachineOperand
Render ( MachineInstructionWriter writer ) : void

Private Methods

Méthode Description
RiscVInstruction ( ) : System
WriteOp ( MachineOperand op, MachineInstructionWriter writer ) : void

Method Details

GetOperand() public méthode

public GetOperand ( int i ) : MachineOperand
i int
Résultat Reko.Core.Machine.MachineOperand

Render() public méthode

public Render ( MachineInstructionWriter writer ) : void
writer MachineInstructionWriter
Résultat void