marhel / r68k

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

Implement EOR #5

Closed marhel closed 8 years ago

marhel commented 8 years ago

Please implement the instruction for Logical Exclusive-OR. See implementation of AND. For more information, please read the instruction contribution guidelines

marhel commented 8 years ago

I'll take this, and the other EOR-variants

marhel commented 8 years ago

Surprisingly enough, EOR isn't symmetrical to AND when regards to available addressing modes, it doesn't support EOR <ea>, Dn form, just the EOR Dn, <ea> form.