C# Class Reko.Arch.Pdp11.Pdp11Instruction

Inheritance: Reko.Core.Machine.MachineInstruction
ファイルを表示 Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
DataWidth PrimitiveType
Opcode Opcode
op1 Reko.Core.Machine.MachineOperand
op2 Reko.Core.Machine.MachineOperand

Public Methods

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

Private Methods

Method Description
OpToString ( MachineOperand op, MachineInstructionWriter writer ) : void
Pdp11Instruction ( ) : 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

Property Details

DataWidth public_oe property

public PrimitiveType DataWidth
return PrimitiveType

Opcode public_oe property

public Opcode Opcode
return Opcode

op1 public_oe property

public MachineOperand,Reko.Core.Machine op1
return Reko.Core.Machine.MachineOperand

op2 public_oe property

public MachineOperand,Reko.Core.Machine op2
return Reko.Core.Machine.MachineOperand