Code optimisations
This commit is contained in:
@@ -654,7 +654,8 @@ NEWSYM Get_Dir
|
||||
;.noslash
|
||||
mov [eax],dl
|
||||
inc eax
|
||||
loop .loop
|
||||
dec ecx
|
||||
jnz .loop
|
||||
popad
|
||||
ret
|
||||
|
||||
@@ -897,7 +898,8 @@ NEWSYM vidpastecopyscr ; GUI screen render
|
||||
mov bx,[GUICPC+ebx*2]
|
||||
mov [eax+edx*2],bx
|
||||
dec edx
|
||||
loop .loop
|
||||
dec ecx
|
||||
jnz .loop
|
||||
.no16bconv
|
||||
popad
|
||||
jmp DrawScreen
|
||||
|
||||
Reference in New Issue
Block a user