marhel / r68k

A m68k emulator in rust - let r68k = musashi.clone();
MIT License
71 stars 7 forks source link

Implemented suba #61

Closed emoon closed 8 years ago

emoon commented 8 years ago

Notice that not all tests passes (likely due to Musashi bug with suba)

Implementation for https://github.com/marhel/r68k/issues/48

marhel commented 8 years ago

All tests passes with a suba-fix applied to Musashi.

emoon commented 8 years ago

Sweet!