Skip to content

Commit

Permalink
Removed some unnecessary "mov cx,TESTCOUNT".
Browse files Browse the repository at this point in the history
  • Loading branch information
FluBBaOfWard committed Jan 14, 2023
1 parent 6ce13f9 commit b9775ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions testcalls.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests_op.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ align 2
ret

test_opE9:
mov cx,TESTCOUNT
align 2
.loop:
fill_prefetch
Expand All @@ -1059,7 +1058,6 @@ align 2
ret

test_opEA:
mov cx,TESTCOUNT
align 2
.loop:
fill_prefetch
Expand All @@ -1071,7 +1069,6 @@ align 2
ret

test_opEB:
mov cx,TESTCOUNT
align 2
.loop:
fill_prefetch
Expand Down
4 changes: 0 additions & 4 deletions tests_special.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
;

test_jumponly:
mov cx,TESTCOUNT
align 2
repeat_jumponly:
fill_prefetch
Expand All @@ -18,7 +17,6 @@ repeat_jumponly:
;-----------------------------------------------------------------------------

test_jumponlyUnaligned:
mov cx,TESTCOUNT
align 2
nop
repeat_jumponlyUnaligned:
Expand All @@ -30,7 +28,6 @@ repeat_jumponlyUnaligned:
;-----------------------------------------------------------------------------

test_looponly:
mov cx,TESTCOUNT
align 2
repeat_looponly:
fill_prefetch
Expand Down Expand Up @@ -114,7 +111,6 @@ test_movaxmemes:
ret

test_tripplejump:
mov cx,TESTCOUNT
cmp cx,0
align 2
repeat_tripplejump:
Expand Down

0 comments on commit b9775ad

Please sign in to comment.