Page 1 of 1

Delay

Posted: Fri Aug 02, 2002 10:21 am
by beyondsociety
I have a bootsector and it displays a message and I want it to delay 5-10 seconds and then load the rest of the messages. How would I do this in assembly. An example would help.

Thanks!

Re:Delay

Posted: Fri Aug 02, 2002 11:58 am
by srg
Prefereably one that is CPU speed independant......

Re:Delay

Posted: Sat Aug 03, 2002 7:08 pm
by K.J.

Re:Delay

Posted: Wed Aug 07, 2002 8:23 am
by frank
do a few "nop"s, a far jump or a special interrupt for delaying..
(forgot which that was)

this all takes a while :)