emoon / Score

Score! is a new programming language based on the ideas from GOAL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Playstation 2 EE Instruction Set

emoon opened this issue · comments

Support all op-codes for generating PS2 code

Including all MMI instructions.

Example input:

(addi r2 r3 0)

Implemented all EE instructions (except VU that is a bit separate)

Fixed various instructions that had registers in the wrong order

Closed by cda2896