Subversion Repositories Kolibri OS

Rev

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

Rev 2725 Rev 2763
Line 161... Line 161...
161
	EAX = 18;
161
	EAX = 18;
162
	EBX = 21;
162
	EBX = 21;
163
	$int 0x40;	
163
	$int 0x40;	
164
}
164
}
Line -... Line 165...
-
 
165
 
-
 
166
inline fastcall int ActiveProcess()
-
 
167
{
-
 
168
	EAX = 18;
-
 
169
	EBX = 7;
-
 
170
	$int 0x40
-
 
171
}
-
 
172
 
165
 
173
 
166
inline fastcall ExitProcess(){
174
inline fastcall ExitProcess(){
167
 EAX = -1;              // close this program
175
 EAX = -1;              // close this program
168
 $int 0x40
176
 $int 0x40