marhel / r68k

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

Implement ROL, ROR #39

Closed marhel closed 8 years ago

marhel commented 8 years ago

Please implement the instruction for Rotate Left and Right. See implementation of ASL/ASR. For more information, please read the instruction contribution guidelines

marhel commented 8 years ago

I'll take this, easier while doing LSL/LSR.