Subversion Repositories Kolibri OS

Rev

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

Rev 765 Rev 766
Line 53... Line 53...
53
;;
53
;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
include 'macros.inc'
56
include 'macros.inc'
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
$Revision: 765 $
58
$Revision: 766 $
Line 5043... Line 5043...
5043
	pop	eax
5043
	pop	eax
5044
	ret
5044
	ret
Line 5045... Line 5045...
5045
 
5045
 
Line 5046... Line -...
5046
align 4
-
 
5047
 
-
 
5048
syscall_delramdiskfile: 		; DelRamdiskFile
-
 
5049
 
-
 
5050
     mov   edi,[TASK_BASE]
-
 
5051
     add   edi,TASKDATA.mem_start
-
 
5052
     add   eax,[edi]
-
 
5053
     call  filedelete
-
 
5054
     mov   [esp+36],eax
-
 
5055
     ret
-
 
5056
 
-
 
5057
align 4
-
 
5058
 
-
 
5059
syscall_writeramdiskfile:		; WriteRamdiskFile
-
 
5060
 
-
 
5061
     mov   edi,[TASK_BASE]
-
 
5062
     add   edi,TASKDATA.mem_start
-
 
5063
     add   eax,[edi]
-
 
5064
     add   ebx,[edi]
-
 
5065
     call  filesave
-
 
5066
     mov   [esp+36],eax
-
 
5067
     ret
-
 
5068
 
-
 
5069
align 4
5046
align 4
5070
 
5047
 
5071
syscall_getpixel:			; GetPixel
5048
syscall_getpixel:			; GetPixel
5072
     mov   ecx, [Screen_Max_X]
5049
     mov   ecx, [Screen_Max_X]
5073
     inc   ecx
5050
     inc   ecx