C# Class Reko.Arch.Vax.VaxInstruction

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
VaxInstruction ( ) : Reko.Core.Machine

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