class CpuRegister

Defined in:

nes/cpu_register.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def a : UInt8 #

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

[View source]
def p : Hash(String, Bool) #

[View source]
def p=(p : Hash(String, Bool)) #

[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 x : UInt8 #

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

[View source]
def y : UInt8 #

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

[View source]