C# 클래스 Reko.Environments.C64.C64BasicInstruction

That's right, your eyes are not fooling you. This class models C64 basic instructions as MachineInstructions.
상속: Reko.Core.Machine.MachineInstruction
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Line byte[]
NextAddress ushort

공개 메소드들

메소드 설명
GetOperand ( int i ) : MachineOperand
Render ( MachineInstructionWriter writer ) : void
TokenToString ( byte b ) : string
Write ( TextWriter writer ) : void

메소드 상세

GetOperand() 공개 메소드

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

Render() 공개 메소드

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

TokenToString() 공개 정적인 메소드

public static TokenToString ( byte b ) : string
b byte
리턴 string

Write() 공개 메소드

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

프로퍼티 상세

Line 공개적으로 프로퍼티

public byte[] Line
리턴 byte[]

NextAddress 공개적으로 프로퍼티

public ushort NextAddress
리턴 ushort