Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This test is broken. The reason is that Rizin can't distinguish CPU models. Each M68k model has a different address mask (32-24 bits). It defaults to one which has only 24bits. Hence, the subi.l instruction decodes to 'subi.l 0x15b119, d0' instead of 'subi.l 0x8015b119, d0' Should be fixable with RzArch (if anyone is still intereses). See: rizinorg#4334
- Loading branch information