Subversion Repositories Kolibri OS

Rev

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

Rev 1954 Rev 1958
Line 36... Line 36...
36
;include	'macros.inc'
36
;include	'macros.inc'
37
include	'../../../../macros.inc'
37
include	'../../../../macros.inc'
38
;---------------------------------------------------------------------
38
;---------------------------------------------------------------------
39
START:
39
START:
40
	pushad
40
	pushad
-
 
41
	mov	edi,dword [esp+56]
-
 
42
	mov	esi,dword [esp+52]
-
 
43
	mov	edx,dword [esp+48]
-
 
44
	mov	ecx,dword [esp+44]
-
 
45
	mov	ebx,dword [esp+40]
-
 
46
	mov	eax,dword [esp+36]	
41
	mov [pointer],eax
47
	mov [pointer],eax
42
	test bx,bx
48
	test bx,bx
43
	jnz  @f
49
	jnz  @f
44
	inc  bx
50
	inc  bx
45
@@:
51
@@:
Line 139... Line 145...
139
;	mov [ebx+40],eax
145
;	mov [ebx+40],eax
140
;	mov eax,[y]
146
;	mov eax,[y]
141
;	mov [ebx+44],eax
147
;	mov [ebx+44],eax
142
.exit:
148
.exit:
143
	popad
149
	popad
144
	ret
150
	ret	24
145
;---------------------------------------------------------------------
151
;---------------------------------------------------------------------
146
align 4
152
align 4
147
.scaling:
153
.scaling:
148
	xor ecx,ecx
154
	xor ecx,ecx
149
.y:
155
.y:
Line 424... Line 430...
424
include 'b_filter.inc'
430
include 'b_filter.inc'
425
;---------------------------------------------------------------------
431
;---------------------------------------------------------------------
426
align 4
432
align 4
427
EXPORTS:
433
EXPORTS:
428
	dd      szStart,	START
434
	dd      szStart,	START
429
	dd      szVersion,	0x00010001
435
	dd      szVersion,	0x00010002
430
	dd      0
436
	dd      0
Line 431... Line 437...
431
 
437
 
432
szStart		db 'START',0
438
szStart		db 'START',0