Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5415 → Rev 5414

/programs/develop/libraries/TinyGL/asm_fork/zmath.asm
530,17 → 530,18
endl
mov eax,[u]
inc eax
cmp eax,2
mov dword [v],eax
cmp dword [v],2
jle @f
xor eax,eax
mov dword [v],0
@@:
mov [v],eax
mov eax,[v]
inc eax
cmp eax,2
mov dword [w],eax
cmp dword [w],2
jle @f
xor eax,eax
mov dword [w],0
@@:
mov [w],eax
fld dword [t]
fsin
fstp dword [s]