Removed useless spaces. Removed addrni.asm from Sconstruct and updated the build instructions for the tools.

This commit is contained in:
jbo_85
2005-07-12 14:19:01 +00:00
parent dba28a70f0
commit 707c6f50c2
35 changed files with 3124 additions and 3125 deletions

View File

@@ -65,10 +65,10 @@ SECTION .text
%endmacro
%macro FPUStuff 1
FILD QWORD [ESI+%1*16]
FILD QWORD [ESI+8+%1*16]
FISTP QWORD [ES:EDI+8+%1*16]
FISTP QWORD [ES:EDI+%1*16]
FILD QWORD[ESI+%1*16]
FILD QWORD[ESI+8+%1*16]
FISTP QWORD[ES:EDI+8+%1*16]
FISTP QWORD[ES:EDI+%1*16]
%endmacro
%MACRO CopyFPU 0
@@ -87,11 +87,11 @@ NEWSYM FPUZero
mov [.Zero2],eax
mov [.Zero2+4],eax
.TopOfLoop
FILD QWORD [.Zero]
FILD QWORD [.Zero2]
FILD QWORD[.Zero]
FILD QWORD[.Zero2]
FXCH
FISTP QWORD [EDI]
FISTP QWORD [EDI+8]
FISTP QWORD[EDI]
FISTP QWORD[EDI+8]
ADD EDI,16
DEC ECX
JNZ .TopOfLoop
@@ -99,8 +99,8 @@ NEWSYM FPUZero
fld1
fsub st0,st0
.TopOfLoop
fst qword [edi]
fst qword [edi+8]
fst qword[edi]
fst qword[edi+8]
add edi,16
dec ecx
jnz .TopOfLoop

View File

@@ -74,7 +74,7 @@ NEWSYM ClearWin32
NEWSYM DrawWin256x224x16
pushad
cmp byte [MMXSupport],0
cmp byte[MMXSupport],0
je .noMMX
mov esi, [ScreenPtr]
mov edi, [SurfBufD]
@@ -186,7 +186,7 @@ NEWSYM DrawWin256x224x32
NEWSYM DrawWin320x240x16
pushad
cmp byte [MMXSupport],0
cmp byte[MMXSupport],0
je near .noMMX
xor eax,eax
xor ebx,ebx