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 DelayNotes: The 16-bit library version runs only on Windows 95, 98, and ME.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |