Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 15h, 86h wait xt-286, at</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 15h, 86h            Wait                                       XT-286, AT

    Waits a specified number of microseconds before returning control
    to the caller.

        Entry   AH    = 86h
                CX:DX = Number of microseconds to elapse

        Return  CF Set if error or wait in progress, else cleared

    ------------------------------------------------------------------

    This service is not available for the PC, PCjr, and the XT.

    The real-time clock is used to count the number of microseconds.
    The granularity of the time is 976 microseconds. CX is the
    high-order word of the count. For example, if CX is 98h and DX is
    9680h, a 10-second delay would be specified.

See Also: Int 15h, 83h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson