class RiSC16::VM::Addressable::Ram
- RiSC16::VM::Addressable::Ram
- RiSC16::VM::Addressable
- Reference
- Object
Direct Known Subclasses
Defined in:
vm/vm.crConstructors
Instance Method Summary
- #read(address : UInt16) : UInt16
- #size : UInt16
- #size=(size : UInt16)
- #start : UInt16
- #start=(start : UInt16)
- #write(address : UInt16, value : UInt16)