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

17 行
663B

  1. Collapse OS
  2. This is the first block of Collapse OS' filesystem which cons-
  3. ists of contiguous blocks of 1024 bytes organized in 16 lines
  4. of 64 characters. You can display a block's content with the
  5. "LIST" command. For example, "123 LIST" shows the contents of
  6. the block 123. If a block contains source code, you can inter-
  7. pret it with "LOAD".
  8. Conventions: When you see "(cont.)" at the bottom right of a
  9. block, it means that the next block continues the same kind of
  10. contents. Block numbers are abbreviated with prefix "B". "BX"
  11. means "block X".
  12. The master index of this filesystem is at B1. You can navi-
  13. gate and edit blocks with the Visual Editor at B120.