mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-04 04:06:42 +00:00
d0b0b8070c
Invalid form is (reg_a == reg_d) || reg_a == 0. Therefore, valid form is (reg_a != reg_d) && reg_a != 0 !(a || b) == !a && !b |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
poweropcodes.cpp | ||
ppcdisasm.cpp | ||
ppcdisasm.h | ||
ppcemu.h | ||
ppcexceptions.cpp | ||
ppcexec.cpp | ||
ppcfpopcodes.cpp | ||
ppcmmu.cpp | ||
ppcmmu.h | ||
ppcopcodes.cpp |