C# Class Reko.Arch.Avr.AvrInstruction

Inheritance: Reko.Core.Machine.MachineInstruction
Mostra file Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
opcode Opcode
operands Reko.Core.Machine.MachineOperand[]

Public Methods

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

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

Property Details

opcode public_oe property

public Opcode opcode
return Opcode

operands public_oe property

public MachineOperand[],Reko.Core.Machine operands
return Reko.Core.Machine.MachineOperand[]