class

Zink::Memory

Inherits Reference < Object

Constructors

new(source : Bytes, write_limit : Int32 = source.size)
Source

Instance methods

bytes
Source
read_byte(address : Int) : UInt8
Source
read_word(address : Int) : UInt16
Source
size
Source
write_byte(address : Int, value : UInt8) : Nil
Source
write_limit
Source
write_word(address : Int, value : UInt16) : Nil
Source