Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1671 mario79 1
;* Call: ***************************************************************
2
lzma_set_dict_size:
3
	mov	ecx,[esp+4]
4
	xor	eax,eax
5
	inc	eax
6
	shl	eax,cl
7
	mov	[0x29568],eax
8
	lea	eax,[ecx+ecx]
9
	mov	[0x29570],eax
10
	ret	4
11
;*****************************************************************************