Delay

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
beyondsociety

Delay

Post 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!
srg

Re:Delay

Post by srg »

Prefereably one that is CPU speed independant......
K.J.

Re:Delay

Post by K.J. »

frank

Re:Delay

Post 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 :)
Post Reply