mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-25 18:29:49 +00:00
c71d856a08
- Fix CR calculation. It depends on whether a match occurred and only the EQ flag is affected. - Remove bytes_copied. We can subtract bytes_remaining from bytes_to_load to calculate that. - Initialize ppc_result_d to zero so that bitmask is not needed to add new bytes to it. This is ok since the manual says that bytes that are not loaded are undefined. |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
poweropcodes.cpp | ||
ppcdisasm.cpp | ||
ppcdisasm.h | ||
ppcemu.h | ||
ppcexceptions.cpp | ||
ppcexec.cpp | ||
ppcfpopcodes.cpp | ||
ppcmacros.h | ||
ppcmmu.cpp | ||
ppcmmu.h | ||
ppcopcodes.cpp |