C# Class CSPspEmu.Core.Cpu.Instruction

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Value uint

Public Methods

Method Description
GetBranchAddress ( uint PC ) : uint
GetJumpAddress ( IPspMemoryInfo MemoryInfo, uint CurrentPC ) : uint

Private Methods

Method Description
get ( int Offset, int Count ) : uint
get_s ( int Offset, int Count ) : int
set ( int Offset, int Count, uint SetValue ) : void

Method Details

GetBranchAddress() public method

public GetBranchAddress ( uint PC ) : uint
PC uint
return uint

GetJumpAddress() public method

public GetJumpAddress ( IPspMemoryInfo MemoryInfo, uint CurrentPC ) : uint
MemoryInfo IPspMemoryInfo
CurrentPC uint
return uint

Property Details

Value public property

public uint Value
return uint