Int E0/CL=BDh

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

DR Multiuser DOS - P_DELAY - DELAY EXECUTION

CL = BDh
DX = delay in system ticks (typically 16.6 ms/tick)

Return:
After the delay elapses no results

Notes: The length of a system tick is installation-dependent (typically 1/50 or 1/60 second); the length may be determined by reading the TICKSPERSEC value from the system data segment. The actual delay before the process is rescheduled to run may be up to one tick longer than requested; the delay between rescheduling and actual execution cannot be predicted if higher-priority processes are awaiting a turn at the CPU

See Also: Category: Other Operating Systems - Int E0h - D

rbline.gif

lup.gif ldown.gif Interrups Categories Contents