Code optimisations

This commit is contained in:
pagefault
2001-09-08 02:39:44 +00:00
parent 6dc7a5c5d5
commit 5a83a92c0a
10 changed files with 1 additions and 81 deletions

View File

@@ -146,7 +146,6 @@ CalibrateDispA:
.a
mov byte[pressed+ebx],0
inc ebx
; loop .a
dec ecx
jnz .a
call GUIUnBuffer
@@ -173,7 +172,6 @@ CalibrateDispB:
.a
mov byte[pressed+ebx],0
inc ebx
; loop .a
dec ecx
jnz .a
call GUIUnBuffer
@@ -211,7 +209,6 @@ SetAllKeys:
.a
mov byte[pressed+ebx],0
inc ebx
; loop .a
dec ecx
jnz .a