jlpteaching/dinocpu

Go through all conditions and make logical vs bitwise consistent

powerjg opened this issue · 0 comments

When using logical not (!) vs bitwise not (~), and (&& vs &), etc. this should be consistent whether it's logical vs bitwise.