C# Class CSPspEmu.Core.Cpu.Assembler.MipsDisassembler.Result

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Instruction Instruction
InstructionInfo CSPspEmu.Core.Cpu.Table.InstructionInfo
InstructionPC uint
MemoryInfo IPspMemoryInfo
Opcodes Dictionary>

Public Methods

Method Description
FprIndexToRegisterName ( int RegisterIndex ) : String
GprIndexToRegisterName ( int RegisterIndex ) : String
ToString ( ) : string

Method Details

FprIndexToRegisterName() public static method

public static FprIndexToRegisterName ( int RegisterIndex ) : String
RegisterIndex int
return String

GprIndexToRegisterName() public static method

public static GprIndexToRegisterName ( int RegisterIndex ) : String
RegisterIndex int
return String

ToString() public method

public ToString ( ) : string
return string

Property Details

Instruction public property

public Instruction Instruction
return Instruction

InstructionInfo public property

public InstructionInfo,CSPspEmu.Core.Cpu.Table InstructionInfo
return CSPspEmu.Core.Cpu.Table.InstructionInfo

InstructionPC public property

public uint InstructionPC
return uint

MemoryInfo public property

public IPspMemoryInfo MemoryInfo
return IPspMemoryInfo

Opcodes public static property

public static Dictionary> Opcodes
return Dictionary>