C# Class Reko.Arch.M68k.Registers

Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
AddressRegister ( int reg ) : AddressRegister
DataRegister ( int reg ) : RegisterStorage
FpRegister ( int reg ) : RegisterStorage
GetRegister ( int reg ) : RegisterStorage
GetRegister ( string name ) : RegisterStorage

Private Methods

Méthode Description
Registers ( ) : Reko.Core

Method Details

AddressRegister() public static méthode

public static AddressRegister ( int reg ) : AddressRegister
reg int
Résultat AddressRegister

DataRegister() public static méthode

public static DataRegister ( int reg ) : RegisterStorage
reg int
Résultat RegisterStorage

FpRegister() public static méthode

public static FpRegister ( int reg ) : RegisterStorage
reg int
Résultat RegisterStorage

GetRegister() public static méthode

public static GetRegister ( int reg ) : RegisterStorage
reg int
Résultat RegisterStorage

GetRegister() public static méthode

public static GetRegister ( string name ) : RegisterStorage
name string
Résultat RegisterStorage

Property Details

a0 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a0
Résultat AddressRegister

a1 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a1
Résultat AddressRegister

a2 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a2
Résultat AddressRegister

a3 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a3
Résultat AddressRegister

a4 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a4
Résultat AddressRegister

a5 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a5
Résultat AddressRegister

a6 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a6
Résultat AddressRegister

a7 public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k a7
Résultat AddressRegister

ccr public_oe static_oe property

public static FlagRegister ccr
Résultat FlagRegister

d0 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d0
Résultat DataRegister

d1 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d1
Résultat DataRegister

d2 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d2
Résultat DataRegister

d3 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d3
Résultat DataRegister

d4 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d4
Résultat DataRegister

d5 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d5
Résultat DataRegister

d6 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d6
Résultat DataRegister

d7 public_oe static_oe property

public static DataRegister,Reko.Arch.M68k d7
Résultat DataRegister

fp0 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp0
Résultat FpRegister

fp1 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp1
Résultat FpRegister

fp2 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp2
Résultat FpRegister

fp3 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp3
Résultat FpRegister

fp4 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp4
Résultat FpRegister

fp5 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp5
Résultat FpRegister

fp6 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp6
Résultat FpRegister

fp7 public_oe static_oe property

public static FpRegister,Reko.Arch.M68k fp7
Résultat FpRegister

fpsr public_oe static_oe property

public static FlagRegister fpsr
Résultat FlagRegister

pc public_oe static_oe property

public static AddressRegister,Reko.Arch.M68k pc
Résultat AddressRegister

sr public_oe static_oe property

public static RegisterStorage sr
Résultat RegisterStorage

usp public_oe static_oe property

public static RegisterStorage usp
Résultat RegisterStorage