C# Class Reko.Arch.Avr.AvrInstruction

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

Méthodes publiques

Свойство Type Description
opcode Opcode
operands Reko.Core.Machine.MachineOperand[]

Méthodes publiques

Méthode Description
GetOperand ( int i ) : MachineOperand
Render ( 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

Property Details

opcode public_oe property

public Opcode opcode
Résultat Opcode

operands public_oe property

public MachineOperand[],Reko.Core.Machine operands
Résultat Reko.Core.Machine.MachineOperand[]