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

Datei anzeigen 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_oe property

public Instruction Instruction
return Instruction

InstructionInfo public_oe property

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

InstructionPC public_oe property

public uint InstructionPC
return uint

MemoryInfo public_oe property

public IPspMemoryInfo MemoryInfo
return IPspMemoryInfo

Opcodes public_oe static_oe property

public static Dictionary> Opcodes
return Dictionary>