C# Class Reko.Arch.Z80.Registers

ファイルを表示 Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
C RegisterStorage
P RegisterStorage
S RegisterStorage
Z RegisterStorage
a RegisterStorage
af RegisterStorage
b RegisterStorage
bc RegisterStorage
bc_ RegisterStorage
c RegisterStorage
d RegisterStorage
de RegisterStorage
de_ RegisterStorage
e RegisterStorage
f FlagRegister
h RegisterStorage
hl RegisterStorage
hl_ RegisterStorage
i RegisterStorage
ix RegisterStorage
iy RegisterStorage
l RegisterStorage
r RegisterStorage
sp RegisterStorage

Private Methods

Method Description
GetRegister ( int r ) : RegisterStorage
GetRegister ( string name ) : RegisterStorage
Registers ( ) : Reko.Core

Property Details

C public_oe static_oe property

public static RegisterStorage C
return RegisterStorage

P public_oe static_oe property

public static RegisterStorage P
return RegisterStorage

S public_oe static_oe property

public static RegisterStorage S
return RegisterStorage

Z public_oe static_oe property

public static RegisterStorage Z
return RegisterStorage

a public_oe static_oe property

public static RegisterStorage a
return RegisterStorage

af public_oe static_oe property

public static RegisterStorage af
return RegisterStorage

b public_oe static_oe property

public static RegisterStorage b
return RegisterStorage

bc public_oe static_oe property

public static RegisterStorage bc
return RegisterStorage

bc_ public_oe static_oe property

public static RegisterStorage bc_
return RegisterStorage

c public_oe static_oe property

public static RegisterStorage c
return RegisterStorage

d public_oe static_oe property

public static RegisterStorage d
return RegisterStorage

de public_oe static_oe property

public static RegisterStorage de
return RegisterStorage

de_ public_oe static_oe property

public static RegisterStorage de_
return RegisterStorage

e public_oe static_oe property

public static RegisterStorage e
return RegisterStorage

f public_oe static_oe property

public static FlagRegister f
return FlagRegister

h public_oe static_oe property

public static RegisterStorage h
return RegisterStorage

hl public_oe static_oe property

public static RegisterStorage hl
return RegisterStorage

hl_ public_oe static_oe property

public static RegisterStorage hl_
return RegisterStorage

i public_oe static_oe property

public static RegisterStorage i
return RegisterStorage

ix public_oe static_oe property

public static RegisterStorage ix
return RegisterStorage

iy public_oe static_oe property

public static RegisterStorage iy
return RegisterStorage

l public_oe static_oe property

public static RegisterStorage l
return RegisterStorage

r public_oe static_oe property

public static RegisterStorage r
return RegisterStorage

sp public_oe static_oe property

public static RegisterStorage sp
return RegisterStorage