C# 클래스 Reko.Arch.Avr.AvrInstruction

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

공개 프로퍼티들

프로퍼티 타입 설명
opcode Opcode
operands Reko.Core.Machine.MachineOperand[]

공개 메소드들

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

메소드 상세

GetOperand() 공개 메소드

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

Render() 공개 메소드

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

프로퍼티 상세

opcode 공개적으로 프로퍼티

public Opcode opcode
리턴 Opcode

operands 공개적으로 프로퍼티

public MachineOperand[],Reko.Core.Machine operands
리턴 Reko.Core.Machine.MachineOperand[]