Chris-Johnston / Easier68k

Work In Progress - A Python M68k assembler and simulator.
https://chris-johnston.me/Easier68k/
MIT License
15 stars 6 forks source link

Add CMPI #113

Closed bpas247 closed 6 years ago

bpas247 commented 6 years ago

Fixes #26. I was thinking this could just be merged with the CMP branch, since it's related to it.

bpas247 commented 6 years ago

The only test that's currently not passing is CMP, and that is because this branch was checked out from the "opcode-cmp" branch when the branch was failing. All of the CMPI tests are currently passing.

EDIT: Accidentally closed the PR