C# 클래스 CSPspEmu.Core.Cpu.Instruction

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
Value uint

공개 메소드들

메소드 설명
GetBranchAddress ( uint PC ) : uint
GetJumpAddress ( IPspMemoryInfo MemoryInfo, uint CurrentPC ) : uint

비공개 메소드들

메소드 설명
get ( int Offset, int Count ) : uint
get_s ( int Offset, int Count ) : int
set ( int Offset, int Count, uint SetValue ) : void

메소드 상세

GetBranchAddress() 공개 메소드

public GetBranchAddress ( uint PC ) : uint
PC uint
리턴 uint

GetJumpAddress() 공개 메소드

public GetJumpAddress ( IPspMemoryInfo MemoryInfo, uint CurrentPC ) : uint
MemoryInfo IPspMemoryInfo
CurrentPC uint
리턴 uint

프로퍼티 상세

Value 공개적으로 프로퍼티

public uint Value
리턴 uint