Subversion Repositories Kolibri OS

Rev

Rev 109 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 109 Rev 1821
Line 174... Line 174...
174
	BOARDISFULL
174
	BOARDISFULL
175
	jnz .notfull
175
	jnz .notfull
176
	xor eax,eax
176
	xor eax,eax
177
	leave
177
	leave
178
	ret 4*4
178
	ret 4*4
179
.notfull
179
.notfull:
180
	; max search depth reached -> do static evaluation
180
	; max search depth reached -> do static evaluation
181
	cmp dword [ply],0
181
	cmp dword [ply],0
182
	je .staticeval
182
	je .staticeval