class Registers

Defined in:

registers.cr

Instance Method Summary

Instance Method Detail

def a : UInt8 #

[View source]
def a=(a : UInt8) #

[View source]
def af : UInt16 #

[View source]
def af=(val : UInt16) #

[View source]
def b : UInt8 #

[View source]
def b=(b : UInt8) #

[View source]
def bc : UInt16 #

[View source]
def bc=(val : UInt16) #

[View source]
def c : UInt8 #

[View source]
def c=(c : UInt8) #

[View source]
def carry : Bool #

[View source]
def carry=(carry : Bool) #

[View source]
def d : UInt8 #

[View source]
def d=(d : UInt8) #

[View source]
def de : UInt16 #

[View source]
def de=(val : UInt16) #

[View source]
def e : UInt8 #

[View source]
def e=(e : UInt8) #

[View source]
def h : UInt8 #

[View source]
def h=(h : UInt8) #

[View source]
def half_carry : Bool #

[View source]
def half_carry=(half_carry : Bool) #

[View source]
def hl : UInt16 #

[View source]
def hl=(val : UInt16) #

[View source]
def l : UInt8 #

[View source]
def l=(l : UInt8) #

[View source]
def pc : UInt16 #

[View source]
def pc=(pc : UInt16) #

[View source]
def sp : UInt16 #

[View source]
def sp=(sp : UInt16) #

[View source]
def sub : Bool #

[View source]
def sub=(sub : Bool) #

[View source]
def zero : Bool #

[View source]
def zero=(zero : Bool) #

[View source]