Subversion Repositories Kolibri OS

Rev

Rev 303 | Rev 617 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 303 Rev 595
Line 195... Line 195...
195
	imul	esi,6*65536
195
	imul	esi,6*65536
196
	add	ebx,esi
196
	add	ebx,esi
197
	jmp	@b
197
	jmp	@b
Line 198... Line 198...
198
 
198
 
-
 
199
  .exit:
-
 
200
	mov	eax, 8
-
 
201
	mov	bx, word [mainwnd_pos.w]
-
 
202
	sub	bx, 25
-
 
203
	shl	ebx, 16
-
 
204
	add	ebx, 12
-
 
205
 
-
 
206
	mov	ecx, 3 * 65536 + 12
-
 
207
	mov	edx, 177
-
 
208
	mov	esi, 0x00bcbec6
-
 
209
	int	0x40
-
 
210
 
-
 
211
	;mov     eax, 4
-
 
212
	shr	eax, 1
-
 
213
	sub	ebx, -4 * 65536
-
 
214
	mov	bx, 6
-
 
215
	mov	ecx, 0
-
 
216
	mov	edx, cross
-
 
217
	mov	esi, 1
-
 
218
	int	0x40
199
  .exit:
219
 
-
 
220
	ret
-
 
221
 
-
 
222
cross:
200
	ret
223
	db	'X'
Line 201... Line 224...
201
endf
224
endf
202
 
225
 
203
;-----------------------------------------------------------------------------
226
;-----------------------------------------------------------------------------