beyondsociety
Technical User
I want to create a delay in my bootsector code that I am working on. I have a previous example from someone but I dont know how to use it. Could someone give me a example or two with this code.
Delay for certain amount of time:
mov ah,86h
;CX
X = #of ¦Ìsecs to delay
int 15h
Delay for certain amount of time:
mov ah,86h
;CX
int 15h