marhel / r68k

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

Implemented sub-opcode #59

Closed emoon closed 8 years ago

emoon commented 8 years ago

As detailed in https://github.com/marhel/r68k/issues/47

Passes qc test with qc_sub_8_er_dn qc_sub_8_er_pi qc_sub_8_er_pd qc_sub_8_er_ai qc_sub_8_er_di qc_sub_8_er_ix qc_sub_8_er_aw qc_sub_8_er_al qc_sub_8_er_pcdi qc_sub_8_er_pcix qc_sub_8_er_imm qc_sub_8_re_pi qc_sub_8_re_pd qc_sub_8_re_ai qc_sub_8_re_di qc_sub_8_re_ix qc_sub_8_re_aw qc_sub_8_re_al qc_sub_16_er_dn qc_sub_16_er_an qc_sub_16_er_pi qc_sub_16_er_pd qc_sub_16_er_ai qc_sub_16_er_di qc_sub_16_er_ix qc_sub_16_er_aw qc_sub_16_er_al qc_sub_16_er_pcdi qc_sub_16_er_pcix qc_sub_16_er_imm qc_sub_16_re_pi qc_sub_16_re_pd qc_sub_16_re_ai qc_sub_16_re_di qc_sub_16_re_ix qc_sub_16_re_aw qc_sub_16_re_al qc_sub_32_er_dn qc_sub_32_er_an qc_sub_32_er_pi qc_sub_32_er_pd qc_sub_32_er_ai qc_sub_32_er_di qc_sub_32_er_ix qc_sub_32_er_aw qc_sub_32_er_al qc_sub_32_er_pcdi qc_sub_32_er_pcix qc_sub_32_er_imm qc_sub_32_re_pi qc_sub_32_re_pd qc_sub_32_re_ai qc_sub_32_re_di qc_sub_32_re_ix qc_sub_32_re_aw qc_sub_32_re_al

marhel commented 8 years ago

Great, thank you for contributing!

emoon commented 8 years ago

np :)