Subversion Repositories Kolibri OS

Rev

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

Rev 5579 Rev 6975
Line 20... Line 20...
20
	stosb
20
	stosb
21
; build the clipboard slot header
21
; build the clipboard slot header
22
	mov	esi,[clipboard_buf]
22
	mov	esi,[clipboard_buf]
23
	sub	edi,esi
23
	sub	edi,esi
24
	mov	[esi],edi	; clipboard area size
24
 dec edi
-
 
25
	mov	[esi],edi	; clipboard area size
25
	xor	eax,eax
26
	xor	eax,eax
26
	mov	[esi+4],eax	; type 'text'
27
	mov	[esi+4],eax	; type 'text'
27
	inc	eax
28
	inc	eax
28
	mov	[esi+8],eax	; cp866 text encoding
29
	mov	[esi+8],eax	; cp866 text encoding
29
; put slot to the kernel clipboard
30
; put slot to the kernel clipboard