Skip to content

Aceto 1.4

Compare
Choose a tag to compare
@L3viathan L3viathan released this 09 May 23:15
· 81 commits to master since this release

This release introduces a few new commands, a change related to movement, and a new memory concept.

  • Changed movement commands (any in <>v^EWSN) such that they now wrap around if they would otherwise cause the IP to be outside the square.
  • Introduced a new "quick storage", a register that holds a single persistent value at a time, that can be accessed at all times.
  • New commands: Load the value from the quick storage (initially an empty string) on the stack. Memorize a popped value in quick storage.
  • New commands: more (greater than) and it's opposite w (less than or equals).
  • New commands: Binary AND (A) and OR (V)