NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: nobody on February 27, 2005, 08:54:03 PM

Title: A sleep function?
Post by: nobody on February 27, 2005, 08:54:03 PM
does anyone know how to pause executions for a specified amount of time?
Title: Re: A sleep function?
Post by: Frank Kotler on February 28, 2005, 05:14:14 AM
sys_nanosleep

Best,
Frank
Title: Re: A sleep function?
Post by: andrehoss on November 18, 2018, 01:15:50 AM
According to the information from Wikipedia, sleep function means Delay for a specified amount of time. Human sleep and computer sleep are the same strategy.