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.