forked from KolibriOS/kolibrios
games/c4: fix NASM compilation warnings
git-svn-id: svn://kolibrios.org@1821 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
01484d760c
commit
9f84f1f1fd
@ -176,7 +176,7 @@ alphabeta:
|
|||||||
xor eax,eax
|
xor eax,eax
|
||||||
leave
|
leave
|
||||||
ret 4*4
|
ret 4*4
|
||||||
.notfull
|
.notfull:
|
||||||
; max search depth reached -> do static evaluation
|
; max search depth reached -> do static evaluation
|
||||||
cmp dword [ply],0
|
cmp dword [ply],0
|
||||||
je .staticeval
|
je .staticeval
|
||||||
|
@ -510,7 +510,7 @@ getMouseCol:
|
|||||||
|
|
||||||
inc eax ; xform into range [1,7]
|
inc eax ; xform into range [1,7]
|
||||||
ret
|
ret
|
||||||
.outside
|
.outside:
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
@ -338,7 +338,7 @@ drawLabels:
|
|||||||
mov eax,MOS_SC_WRITETEXT
|
mov eax,MOS_SC_WRITETEXT
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
.next
|
.next:
|
||||||
add edi,LABEL_size ; next label
|
add edi,LABEL_size ; next label
|
||||||
pop ecx
|
pop ecx
|
||||||
dec ecx
|
dec ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user