class RiSC16::VM::Addressable::Rom

Defined in:

vm/vm.cr

Constructors

Instance Method Summary

Instance methods inherited from class RiSC16::VM::Addressable::Ram

read(address : UInt16) : UInt16 read, size : UInt16 size, size=(size : UInt16) size=, start : UInt16 start, start=(start : UInt16) start=, write(address : UInt16, value : UInt16) write

Constructor methods inherited from class RiSC16::VM::Addressable::Ram

new(segment : RiSC16::Spec::Segment::Ram) new

Instance methods inherited from class RiSC16::VM::Addressable

read(address : UInt16) : UInt16 read, write(address : UInt16, value : UInt16) write

Constructor Detail

def self.new(segment : RiSC16::Spec::Segment::Rom) #

[View source]

Instance Method Detail

def size : UInt16 #

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

[View source]
def start : UInt16 #

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

[View source]