class Registers
- Registers
- Reference
- Object
Defined in:
registers.crInstance Method Summary
- #a : UInt8
- #a=(a : UInt8)
- #af : UInt16
- #af=(val : UInt16)
- #b : UInt8
- #b=(b : UInt8)
- #bc : UInt16
- #bc=(val : UInt16)
- #c : UInt8
- #c=(c : UInt8)
- #carry : Bool
- #carry=(carry : Bool)
- #d : UInt8
- #d=(d : UInt8)
- #de : UInt16
- #de=(val : UInt16)
- #e : UInt8
- #e=(e : UInt8)
- #h : UInt8
- #h=(h : UInt8)
- #half_carry : Bool
- #half_carry=(half_carry : Bool)
- #hl : UInt16
- #hl=(val : UInt16)
- #l : UInt8
- #l=(l : UInt8)
- #pc : UInt16
- #pc=(pc : UInt16)
- #sp : UInt16
- #sp=(sp : UInt16)
- #sub : Bool
- #sub=(sub : Bool)
- #zero : Bool
- #zero=(zero : Bool)