Replaced all the slow 'loop' instructions.

This commit is contained in:
stainless
2001-09-07 23:13:03 +00:00
parent 7a8f06959a
commit 8d3423737e
5 changed files with 133 additions and 45 deletions

View File

@@ -141,7 +141,9 @@ NEWSYM ModemSendChar
in al,dx
test al,00100000b
jnz .transokay
loop .loop
; loop .loop
dec ecx
jnz .loop
xor al,al
pop ebx
pop edx