mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-13 18:30:44 +00:00
72b257e5d1
- Read 8 bytes at a time instead of just 1. - Remove multiply operations from loop. We just need increments or additions. - Change compares with int to compares with zero.