mirror of
https://bitbucket.org/rslr/miggy-cpu.git
synced 2026-06-13 03:26:29 +00:00
Fixed MOVEM
- register list is fetched before EA resolution - pre/post EA mode MUST use ar indirect register micro-routine
This commit is contained in:
parent
cee4710070
commit
4aad8cbc96
8 changed files with 863 additions and 983 deletions
|
|
@ -179,8 +179,8 @@ public class InstructionTests extends TestCase {
|
|||
test.executeBinTest("MOVEA.w");
|
||||
test.executeBinTest("MOVEA.l");
|
||||
|
||||
// test.executeBinTest("MOVEM.w");
|
||||
// test.executeBinTest("MOVEM.l");
|
||||
test.executeBinTest("MOVEM.w");
|
||||
test.executeBinTest("MOVEM.l");
|
||||
|
||||
test.executeBinTest("MOVEtoCCR");
|
||||
test.executeBinTest("MOVEtoUSP");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue