mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-13 03:30:31 +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.