C# 클래스 Reko.Arch.M68k.Registers

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

공개 프로퍼티들

프로퍼티 타입 설명
a0 AddressRegister
a1 AddressRegister
a2 AddressRegister
a3 AddressRegister
a4 AddressRegister
a5 AddressRegister
a6 AddressRegister
a7 AddressRegister
ccr FlagRegister
d0 DataRegister
d1 DataRegister
d2 DataRegister
d3 DataRegister
d4 DataRegister
d5 DataRegister
d6 DataRegister
d7 DataRegister
fp0 FpRegister
fp1 FpRegister
fp2 FpRegister
fp3 FpRegister
fp4 FpRegister
fp5 FpRegister
fp6 FpRegister
fp7 FpRegister
fpsr FlagRegister
pc AddressRegister
sr RegisterStorage
usp RegisterStorage

공개 메소드들

메소드 설명
AddressRegister ( int reg ) : AddressRegister
DataRegister ( int reg ) : RegisterStorage
FpRegister ( int reg ) : RegisterStorage
GetRegister ( int reg ) : RegisterStorage
GetRegister ( string name ) : RegisterStorage

비공개 메소드들

메소드 설명
Registers ( ) : Reko.Core

메소드 상세

AddressRegister() 공개 정적인 메소드

public static AddressRegister ( int reg ) : AddressRegister
reg int
리턴 AddressRegister

DataRegister() 공개 정적인 메소드

public static DataRegister ( int reg ) : RegisterStorage
reg int
리턴 RegisterStorage

FpRegister() 공개 정적인 메소드

public static FpRegister ( int reg ) : RegisterStorage
reg int
리턴 RegisterStorage

GetRegister() 공개 정적인 메소드

public static GetRegister ( int reg ) : RegisterStorage
reg int
리턴 RegisterStorage

GetRegister() 공개 정적인 메소드

public static GetRegister ( string name ) : RegisterStorage
name string
리턴 RegisterStorage

프로퍼티 상세

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

public static AddressRegister,Reko.Arch.M68k a0
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a1
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a2
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a3
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a4
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a5
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a6
리턴 AddressRegister

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

public static AddressRegister,Reko.Arch.M68k a7
리턴 AddressRegister

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

public static FlagRegister ccr
리턴 FlagRegister

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

public static DataRegister,Reko.Arch.M68k d0
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d1
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d2
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d3
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d4
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d5
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d6
리턴 DataRegister

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

public static DataRegister,Reko.Arch.M68k d7
리턴 DataRegister

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

public static FpRegister,Reko.Arch.M68k fp0
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp1
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp2
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp3
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp4
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp5
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp6
리턴 FpRegister

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

public static FpRegister,Reko.Arch.M68k fp7
리턴 FpRegister

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

public static FlagRegister fpsr
리턴 FlagRegister

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

public static AddressRegister,Reko.Arch.M68k pc
리턴 AddressRegister

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

public static RegisterStorage sr
리턴 RegisterStorage

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

public static RegisterStorage usp
리턴 RegisterStorage