class CpuRegister
- CpuRegister
- Reference
- Object
Defined in:
nes/cpu_register.crConstructors
Instance Method Summary
- #a : UInt8
- #a=(a : UInt8)
- #p : Hash(String, Bool)
- #p=(p : Hash(String, Bool))
- #pc : UInt16
- #pc=(pc : UInt16)
- #sp : UInt16
- #sp=(sp : UInt16)
- #x : UInt8
- #x=(x : UInt8)
- #y : UInt8
- #y=(y : UInt8)