C# 클래스 Reko.Arch.M68k.M68kInstruction

상속: Reko.Core.Machine.MachineInstruction
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
code Opcode
dataWidth PrimitiveType
op1 Reko.Core.Machine.MachineOperand
op2 Reko.Core.Machine.MachineOperand
op3 Reko.Core.Machine.MachineOperand

공개 메소드들

메소드 설명
GetOperand ( int i ) : MachineOperand
Render ( MachineInstructionWriter writer ) : void

비공개 메소드들

메소드 설명
DataSizeSuffix ( PrimitiveType dataWidth ) : string
M68kInstruction ( ) : Reko.Core

메소드 상세

GetOperand() 공개 메소드

public GetOperand ( int i ) : MachineOperand
i int
리턴 Reko.Core.Machine.MachineOperand

Render() 공개 메소드

public Render ( MachineInstructionWriter writer ) : void
writer MachineInstructionWriter
리턴 void

프로퍼티 상세

code 공개적으로 프로퍼티

public Opcode code
리턴 Opcode

dataWidth 공개적으로 프로퍼티

public PrimitiveType dataWidth
리턴 PrimitiveType

op1 공개적으로 프로퍼티

public MachineOperand,Reko.Core.Machine op1
리턴 Reko.Core.Machine.MachineOperand

op2 공개적으로 프로퍼티

public MachineOperand,Reko.Core.Machine op2
리턴 Reko.Core.Machine.MachineOperand

op3 공개적으로 프로퍼티

public MachineOperand,Reko.Core.Machine op3
리턴 Reko.Core.Machine.MachineOperand