diff --git a/testcalls.asm b/testcalls.asm index 0d45db6..2dccabe 100644 --- a/testcalls.asm +++ b/testcalls.asm @@ -16,6 +16,7 @@ testgroup 0 execute 1, 54, teststring1 , test_jumponly execute 2, 58, teststring2 , test_jumponlyUnaligned execute 3, 54, teststring3 , test_looponly +;execute 3, 54, teststring3 , test_newjump execute 4, 58, teststring4 , test_nop execute 5, 62, teststring5 , test_nop2x execute 6, 58, teststring6 , test_incbl diff --git a/tests_op.asm b/tests_op.asm index c256bad..82b5a23 100644 --- a/tests_op.asm +++ b/tests_op.asm @@ -1047,7 +1047,6 @@ align 2 ret test_opE9: - mov cx,TESTCOUNT align 2 .loop: fill_prefetch @@ -1059,7 +1058,6 @@ align 2 ret test_opEA: - mov cx,TESTCOUNT align 2 .loop: fill_prefetch @@ -1071,7 +1069,6 @@ align 2 ret test_opEB: - mov cx,TESTCOUNT align 2 .loop: fill_prefetch diff --git a/tests_special.asm b/tests_special.asm index e832307..dbb423e 100644 --- a/tests_special.asm +++ b/tests_special.asm @@ -7,7 +7,6 @@ ; test_jumponly: - mov cx,TESTCOUNT align 2 repeat_jumponly: fill_prefetch @@ -18,7 +17,6 @@ repeat_jumponly: ;----------------------------------------------------------------------------- test_jumponlyUnaligned: - mov cx,TESTCOUNT align 2 nop repeat_jumponlyUnaligned: @@ -30,7 +28,6 @@ repeat_jumponlyUnaligned: ;----------------------------------------------------------------------------- test_looponly: - mov cx,TESTCOUNT align 2 repeat_looponly: fill_prefetch @@ -114,7 +111,6 @@ test_movaxmemes: ret test_tripplejump: - mov cx,TESTCOUNT cmp cx,0 align 2 repeat_tripplejump: