NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
A sleep function?
« previous
next »
Print
Pages: [
1
]
Author
Topic: A sleep function? (Read 20880 times)
nobody
Guest
A sleep function?
«
on:
February 27, 2005, 08:54:03 PM »
does anyone know how to pause executions for a specified amount of time?
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: A sleep function?
«
Reply #1 on:
February 28, 2005, 05:14:14 AM »
sys_nanosleep
Best,
Frank
Logged
andrehoss
New Member
Posts: 1
Re: A sleep function?
«
Reply #2 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.
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
A sleep function?