Removed some useless spaces and made code more readable.

This commit is contained in:
jbo_85
2005-07-06 12:57:04 +00:00
parent 2d8708b82d
commit e0b39d561f
3 changed files with 10 additions and 10 deletions

View File

@@ -788,7 +788,7 @@ NEWSYM _2xSaISuper2xSaILineW
pop ecx pop ecx
sub ecx, 4 sub ecx, 4
cmp ecx, 0 cmp ecx, 0
jg .Loop jg .Loop
; Restore some stuff ; Restore some stuff
popad popad
@@ -1347,7 +1347,7 @@ NEWSYM _2xSaISuperEagleLineW
pop ecx pop ecx
sub ecx, 4 sub ecx, 4
cmp ecx, 0 cmp ecx, 0
jg .Loop jg .Loop
; Restore some stuff ; Restore some stuff
popad popad
@@ -1956,7 +1956,7 @@ NEWSYM _2xSaILineW
pop ecx pop ecx
sub ecx, 4 sub ecx, 4
cmp ecx, 0 cmp ecx, 0
jg .Loop jg .Loop
; Restore some stuff ; Restore some stuff
popad popad

View File

@@ -77,7 +77,7 @@ SECTION .text
%include "video/2xsaimmx.inc" %include "video/2xsaimmx.inc"
%include "video/copyvid.inc" %include "video/copyvid.inc"
SECTION .text SECTION .text
NEWSYM FPUZero NEWSYM FPUZero
%if 0 %if 0
@@ -1729,9 +1729,9 @@ NEWSYM saveselect
inc eax inc eax
dec ecx dec ecx
jnz .looppr jnz .looppr
%ifdef __MSDOS__ %ifdef __MSDOS__
mov byte[pressed+1],0 mov byte[pressed+1],0
%endif %endif
mov word[t1cc],0 mov word[t1cc],0
mov byte[csounddisable],0 mov byte[csounddisable],0
@@ -2043,9 +2043,9 @@ SECTION .text
dec ecx dec ecx
jnz .looppr2 jnz .looppr2
.prwin .prwin
%ifdef __MSDOS__ %ifdef __MSDOS__
mov byte[pressed+1],0 mov byte[pressed+1],0
%endif %endif
mov word[t1cc],0 mov word[t1cc],0
mov byte[csounddisable],0 mov byte[csounddisable],0
call StartSound call StartSound

View File

@@ -75,7 +75,7 @@ NEWSYM ClearWin32
NEWSYM DrawWin256x224x16 NEWSYM DrawWin256x224x16
pushad pushad
cmp byte [MMXSupport],0 cmp byte [MMXSupport],0
je .noMMX je .noMMX
mov esi, [ScreenPtr] mov esi, [ScreenPtr]
mov edi, [SurfBufD] mov edi, [SurfBufD]
xor eax,eax xor eax,eax
@@ -101,7 +101,7 @@ NEWSYM DrawWin256x224x16
%else %else
cmp eax,223 cmp eax,223
%endif %endif
jne .Copying3 jne .Copying3
xor eax,eax xor eax,eax
mov ecx,128 mov ecx,128
rep stosd rep stosd