Delay PROC

   Delays (pauses) the current process for a given number of milliseconds.

Call args:  EAX = number of milliseconds

Return arg: None

Example:

      mov  eax,1000 ;delay 1 sec
      call Delay
Notes: The 16-bit library version runs only on Windows 95, 98, and ME.
       Because the 16-bit version directly accesses hardware ports, it will not run under Windows NT, 2000, or XP.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)