mirror of
https://bitbucket.org/rslr/miggy-cpu.git
synced 2026-06-13 03:26:29 +00:00
Fixed NEG.w
This commit is contained in:
parent
bd74a9661f
commit
cee4710070
5 changed files with 348 additions and 341 deletions
|
|
@ -141,7 +141,7 @@ public class InstructionTests extends TestCase {
|
|||
test.executeBinTest("SUBX.w");
|
||||
test.executeBinTest("SUBX.l");
|
||||
test.executeBinTest("NEG.b");
|
||||
//test.executeBinTest("NEG.w");
|
||||
test.executeBinTest("NEG.w");
|
||||
test.executeBinTest("NEG.l");
|
||||
test.executeBinTest("NEGX.b");
|
||||
test.executeBinTest("NEGX.w");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue