Subversion Repositories Kolibri OS

Rev

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

Rev 1505 Rev 1707
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1316 $
8
$Revision: 1707 $
9
 
9
 
10
 
10
 
Line 152... Line 152...
152
	; helloworld
152
	; helloworld
153
	push  ecx
153
	push  ecx
154
	add    eax,ecx	; save picture under mouse
154
	add    eax,ecx	; save picture under mouse
155
	add    ebx,edx
155
	add    ebx,edx
156
	push   ecx
156
	push   ecx
157
	call   getpixel
157
	call   get_pixel
158
	mov    [COLOR_TEMP],ecx
158
	mov    [COLOR_TEMP],ecx
159
	pop    ecx
159
	pop    ecx
160
	mov    eax,edx
160
	mov    eax,edx
161
	shl    eax,6
161
	shl    eax,6
162
	shl    ecx,2
162
	shl    ecx,2