C# 클래스 CSPspEmu.Core.Cpu.Assembler.MipsDisassembler.Result

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instruction Instruction
InstructionInfo CSPspEmu.Core.Cpu.Table.InstructionInfo
InstructionPC uint
MemoryInfo IPspMemoryInfo
Opcodes Dictionary>

공개 메소드들

메소드 설명
FprIndexToRegisterName ( int RegisterIndex ) : String
GprIndexToRegisterName ( int RegisterIndex ) : String
ToString ( ) : string

메소드 상세

FprIndexToRegisterName() 공개 정적인 메소드

public static FprIndexToRegisterName ( int RegisterIndex ) : String
RegisterIndex int
리턴 String

GprIndexToRegisterName() 공개 정적인 메소드

public static GprIndexToRegisterName ( int RegisterIndex ) : String
RegisterIndex int
리턴 String

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Instruction 공개적으로 프로퍼티

public Instruction Instruction
리턴 Instruction

InstructionInfo 공개적으로 프로퍼티

public InstructionInfo,CSPspEmu.Core.Cpu.Table InstructionInfo
리턴 CSPspEmu.Core.Cpu.Table.InstructionInfo

InstructionPC 공개적으로 프로퍼티

public uint InstructionPC
리턴 uint

MemoryInfo 공개적으로 프로퍼티

public IPspMemoryInfo MemoryInfo
리턴 IPspMemoryInfo

Opcodes 공개적으로 정적으로 프로퍼티

public static Dictionary> Opcodes
리턴 Dictionary>