mirror of
https://github.com/open-goal/jak-project
synced 2026-06-23 09:29:56 -04:00
8daf33492e
Less than 100 instructions left to implement, with the vast vast majority being load-and-stores. These will likely be knocked out quickly but they require a more involved implementation than just simply translating the instructions (several need multiple instructions, others may need reserved registers (x16 or x17 are common for this purpose)) This is a good milestone to get something pushed to master.