Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 484 → Rev 485

/programs/network/autodhcp/trunk/common.inc
1,17 → 1,17
macro wait time {
mov ebx,time
mov eax,5
int 0x40
mcall
}
 
macro get_time_counter result {
mov eax,26
mov ebx,9
int 0x40
mcall
mov result,eax
}
 
macro exit {
mov eax,-1
int 0x40
or eax,-1
mcall
}