We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instruction: suba.l D0, A0
suba.l D0, A0
Test case: sub1l https://github.com/dirkwhoffmann/vAmigaTS/tree/master/CPU/SUBA/suba1l
Musashi:
Amiga 500+ 🥰:
Conclusion:
{m68k_op_suba_32_d , 0xf1f8, 0x91c0, { 6, 6, 2, 2}}, {m68k_op_suba_32_a , 0xf1f8, 0x91c8, { 6, 6, 2, 2}},
must be:
{m68k_op_suba_32_d , 0xf1f8, 0x91c0, { 8, 6, 2, 2}}, {m68k_op_suba_32_a , 0xf1f8, 0x91c8, { 8, 6, 2, 2}},
I cannot say anything about 68010 timing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instruction:
suba.l D0, A0
Test case: sub1l
https://github.com/dirkwhoffmann/vAmigaTS/tree/master/CPU/SUBA/suba1l
Musashi:
Amiga 500+ 🥰:
Conclusion:
must be:
I cannot say anything about 68010 timing.
The text was updated successfully, but these errors were encountered: