Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1820 → Rev 1821

/programs/games/c4/trunk/ai.inc
176,7 → 176,7
xor eax,eax
leave
ret 4*4
.notfull
.notfull:
; max search depth reached -> do static evaluation
cmp dword [ply],0
je .staticeval
/programs/games/c4/trunk/c4.asm
510,7 → 510,7
inc eax ; xform into range [1,7]
ret
.outside
.outside:
xor eax,eax
ret
 
/programs/games/c4/trunk/windows.inc
338,7 → 338,7
mov eax,MOS_SC_WRITETEXT
int 0x40
 
.next
.next:
add edi,LABEL_size ; next label
pop ecx
dec ecx