Billow
Jump to navigation
Jump to search
Billow is an Esoteric programming language created by User:Buckets in 2022.
| Pseudo-Commands | Instructions |
|---|---|
| 0,0,0 | Noop. |
| 0,0,+ | Push 1. |
| 0,0,- | Push 2. |
| 0,+,0 | Push 3. |
| 0,+,+ | Push 4. |
| 0,+,- | Push 5. |
| 0,-,0 | Push six. |
| 0,-,+ | Push Seven. |
| 0,-,- | Push the number eight. |
| +,0,0 | Push The Number nine, once. |
| +,0,+ | Swap the top two values. |
| +,0,- | Add the top two Values. |
| +,+,0 | Multiply the top by -1. |
| +,+,+ | Print the top Value in ASCII. |
| +,+,- | Pop off the top of the stack. |
| +,-,0 | Rotate the IP 45 Degrees clockwise. |
| +,-,+ | Rotate the IP 45 Degrees Anti-clockwise. |
| +,-,- | Rotate the IP 45 Degrees clockwise If the top of the stack is equal to 0. |
| -,0,0 | Rotate the IP 45 Degrees Anti-clockwise If the top of the stack is not equal To 0. |
| -,0,+ | Skip the next Non-noop Command. |
| -,0,- | Push an Input. |
| -,+,0 | Duplicate the Top of the stack. |
| -,+,+ | Pop off the stack And store it in A Register. |
| -,+,- | Push the Register. |
| -,-,0 | Reverse the Entire Stack. |
| -,-,+ | Push the Registerth Value on the stack. |
| -,-,- | Reverse the Top value on the Stack. |
Cat program:
"Hello, World" Program: