marhel / r68k

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

Implement SUBX #51

Closed marhel closed 8 years ago

marhel commented 8 years ago

Please implement the instruction for Subtract with Extend. See implementation of ADDX. Also, please consider implementing related SUB-instructions at the same time. For more information, please read the instruction contribution guidelines

emoon commented 8 years ago

I will take this one