C# Class Reko.Arch.M68k.Registers

Show file Open project: uxmal/reko Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
AddressRegister ( int reg ) : AddressRegister
DataRegister ( int reg ) : RegisterStorage
FpRegister ( int reg ) : RegisterStorage
GetRegister ( int reg ) : RegisterStorage
GetRegister ( string name ) : RegisterStorage

Private Methods

Method Description
Registers ( ) : Reko.Core

Method Details

AddressRegister() public static method

public static AddressRegister ( int reg ) : AddressRegister
reg int
return AddressRegister

DataRegister() public static method

public static DataRegister ( int reg ) : RegisterStorage
reg int
return RegisterStorage

FpRegister() public static method

public static FpRegister ( int reg ) : RegisterStorage
reg int
return RegisterStorage

GetRegister() public static method

public static GetRegister ( int reg ) : RegisterStorage
reg int
return RegisterStorage

GetRegister() public static method

public static GetRegister ( string name ) : RegisterStorage
name string
return RegisterStorage

Property Details

a0 public static property

public static AddressRegister,Reko.Arch.M68k a0
return AddressRegister

a1 public static property

public static AddressRegister,Reko.Arch.M68k a1
return AddressRegister

a2 public static property

public static AddressRegister,Reko.Arch.M68k a2
return AddressRegister

a3 public static property

public static AddressRegister,Reko.Arch.M68k a3
return AddressRegister

a4 public static property

public static AddressRegister,Reko.Arch.M68k a4
return AddressRegister

a5 public static property

public static AddressRegister,Reko.Arch.M68k a5
return AddressRegister

a6 public static property

public static AddressRegister,Reko.Arch.M68k a6
return AddressRegister

a7 public static property

public static AddressRegister,Reko.Arch.M68k a7
return AddressRegister

ccr public static property

public static FlagRegister ccr
return FlagRegister

d0 public static property

public static DataRegister,Reko.Arch.M68k d0
return DataRegister

d1 public static property

public static DataRegister,Reko.Arch.M68k d1
return DataRegister

d2 public static property

public static DataRegister,Reko.Arch.M68k d2
return DataRegister

d3 public static property

public static DataRegister,Reko.Arch.M68k d3
return DataRegister

d4 public static property

public static DataRegister,Reko.Arch.M68k d4
return DataRegister

d5 public static property

public static DataRegister,Reko.Arch.M68k d5
return DataRegister

d6 public static property

public static DataRegister,Reko.Arch.M68k d6
return DataRegister

d7 public static property

public static DataRegister,Reko.Arch.M68k d7
return DataRegister

fp0 public static property

public static FpRegister,Reko.Arch.M68k fp0
return FpRegister

fp1 public static property

public static FpRegister,Reko.Arch.M68k fp1
return FpRegister

fp2 public static property

public static FpRegister,Reko.Arch.M68k fp2
return FpRegister

fp3 public static property

public static FpRegister,Reko.Arch.M68k fp3
return FpRegister

fp4 public static property

public static FpRegister,Reko.Arch.M68k fp4
return FpRegister

fp5 public static property

public static FpRegister,Reko.Arch.M68k fp5
return FpRegister

fp6 public static property

public static FpRegister,Reko.Arch.M68k fp6
return FpRegister

fp7 public static property

public static FpRegister,Reko.Arch.M68k fp7
return FpRegister

fpsr public static property

public static FlagRegister fpsr
return FlagRegister

pc public static property

public static AddressRegister,Reko.Arch.M68k pc
return AddressRegister

sr public static property

public static RegisterStorage sr
return RegisterStorage

usp public static property

public static RegisterStorage usp
return RegisterStorage