Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
428B

  1. Branching
  2. Branching in Collapse OS is limited to 8-bit. This represents
  3. 64 word references forward or backward. While this might seem
  4. a bit tight at first, having this limit saves us a non-
  5. negligible amount of resource usage.
  6. The reasoning behind this intentional limit is that huge
  7. branches are generally a indicator that a logic ought to be
  8. simplified. So here's one more constraint for you to help you
  9. towards simplicity.