awygle / magic

N64 Emulator in Rust
2 stars 1 forks source link

Scalar VR4300 Decoder #5

Open awygle opened 5 years ago

awygle commented 5 years ago

Scalar implementation of an instruction decoder for VR4300 instructions. Ideally, implement the classic chained-table-lookup decoder, the CEN64 dual-lookup decoder, and my perfect-hash-function-based decoder and see which is the most performant.

awygle commented 5 years ago

Implemented the CEN64 dual-lookup decoder in #22