Boolfish
Jump to navigation
Jump to search
Boolfish is a boolean-based version of Deadfish. It has 2 instructions. It can either be written in text-format or binary-format.
Syntax
Instruction | Description |
---|---|
f | Flip the register. |
o | Output the register's value. |
Instruction | Description |
---|---|
0 | Flip the register. |
1 | Output the register's value. |
Interpreters
Boolfish interpreter made in Logisim, flaw is that you can't tell between outputting a 0 and no output.
Boolfish interpreter made in Logisim, requires a TTY component but is vastly superior to the LED one.