forked from KolibriOS/kolibrios
HTMLv 0.9b, preparation
git-svn-id: svn://kolibrios.org@2763 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -163,6 +163,14 @@ int GetProcessSlot(ECX) //ECX = process ID
|
||||
$int 0x40;
|
||||
}
|
||||
|
||||
inline fastcall int ActiveProcess()
|
||||
{
|
||||
EAX = 18;
|
||||
EBX = 7;
|
||||
$int 0x40
|
||||
}
|
||||
|
||||
|
||||
inline fastcall ExitProcess(){
|
||||
EAX = -1; // close this program
|
||||
$int 0x40
|
||||
|
||||
Reference in New Issue
Block a user