C# 클래스 Reko.Arch.Vax.VaxInstruction

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

공개 메소드들

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

비공개 메소드들

메소드 설명
VaxInstruction ( ) : Reko.Core.Machine

메소드 상세

GetOperand() 공개 메소드

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

Render() 공개 메소드

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