Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
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.