C# Class Reko.Arch.M68k.M68kInstruction

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

Méthodes publiques

Свойство Type Description
code Opcode
dataWidth PrimitiveType
op1 Reko.Core.Machine.MachineOperand
op2 Reko.Core.Machine.MachineOperand
op3 Reko.Core.Machine.MachineOperand

Méthodes publiques

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

Private Methods

Méthode Description
DataSizeSuffix ( PrimitiveType dataWidth ) : string
M68kInstruction ( ) : Reko.Core

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

code public_oe property

public Opcode code
Résultat Opcode

dataWidth public_oe property

public PrimitiveType dataWidth
Résultat PrimitiveType

op1 public_oe property

public MachineOperand,Reko.Core.Machine op1
Résultat Reko.Core.Machine.MachineOperand

op2 public_oe property

public MachineOperand,Reko.Core.Machine op2
Résultat Reko.Core.Machine.MachineOperand

op3 public_oe property

public MachineOperand,Reko.Core.Machine op3
Résultat Reko.Core.Machine.MachineOperand