Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8395 → Rev 8396

/programs/cmm/lib/kolibri.h
120,6 → 120,16
$shr eax,8
}
 
inline fastcall int GetKernelRev()
{
char buf[16];
EAX = 18;
EBX = 13;
ECX = #buf;
$int 0x40
EAX = ESDWORD[#buf+5];
}
 
inline fastcall dword GetFreeRAM()
{
$mov eax, 18