Bitwise math
DumbGameMaker opened this issue · comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Bitwise math is like the core of binary
Describe the solution you'd like
A clear and concise description of what you want to happen.
or xor xnor and nand left-shift right-shift etc
Additional context
Add any other context or screenshots about the feature request here.
and, or, not, bsl (bit shift left), bsr (bit shift right) implemented in dev
XOR and NAND?
Those can be created using the other operations; and as of now, all of the possible instructions have been used, so I cannot add any more.