mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:40:55 +11:00
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
|
Addressed devices
|
||
|
|
||
|
Abstractions to read and write to devices that allow addressed
|
||
|
access. At all times, we have one active "fetch" device and
|
||
|
one active "store" device, A@ and A!.
|
||
|
|
||
|
Those words have the same signature as C@ and C!, and in fact,
|
||
|
initially default to proxy of those words.
|
||
|
|
||
|
Load with "142 LOAD"
|