Closed bobbinth closed 4 years ago
Currently, the only boolean operation is not. It would be useful have or and and operations as well. It would probably make sense to add these in the core instruction set (not just assembly).
not
or
and
Currently, the only boolean operation is
not
. It would be useful haveor
andand
operations as well. It would probably make sense to add these in the core instruction set (not just assembly).