Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
309B

  1. Addressed devices
  2. Abstractions to read and write to devices that allow addressed
  3. access. At all times, we have one active "fetch" device and
  4. one active "store" device, A@ and A!.
  5. Those words have the same signature as C@ and C!, and in fact,
  6. initially default to proxy of those words.
  7. Load with "142 LOAD"