Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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