C# 클래스 Reko.Arch.Avr.AvrInstruction
파일 보기
프로젝트 열기: uxmal/reko
1 사용 예제들
공개 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
GetOperand ( int i ) : MachineOperand |
|
|
Render ( MachineInstructionWriter writer ) : void |
|
|
메소드 상세
public GetOperand ( int i ) : MachineOperand |
i |
int |
|
리턴 |
Reko.Core.Machine.MachineOperand |
|
public Render ( MachineInstructionWriter writer ) : void |
writer |
MachineInstructionWriter |
|
리턴 |
void |
|
프로퍼티 상세
public Opcode opcode |
리턴 |
Opcode |
|
public MachineOperand[],Reko.Core.Machine operands |
리턴 |
Reko.Core.Machine.MachineOperand[] |
|