sam-astro / Astro8-Computer

Custom 16-bit homebrew CPU, emulator, renderer, PCB, and language

Repository from Github https://github.comsam-astro/Astro8-ComputerRepository from Github https://github.comsam-astro/Astro8-Computer

Bitwise math

DumbGameMaker opened this issue · comments

commented

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

commented

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.