Code optimisation

This commit is contained in:
pagefault
2001-09-08 01:47:12 +00:00
parent fbb72c7c27
commit 3244ae0b35
9 changed files with 191 additions and 126 deletions

View File

@@ -596,7 +596,6 @@ NEWSYM Get_Dir
.noslash
mov [eax],dl
inc eax
; loop .loop
dec ecx
jnz .loop
popad
@@ -1001,9 +1000,8 @@ NEWSYM vidpastecopyscr ; GUI screen render
mov bx,[GUICPC+ebx*2]
mov [eax+edx*2],bx
dec edx
; loop .loop
dec ecx
jnz .loop
dec ecx
jnz .loop
.no16bconv
popad
jmp DosDrawScreenB