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, 85h system request pressed many</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 15h, 85h            System Request Pressed                           many

    Provides an interface for special processing of the Sys Req key.

        Entry   AH = 85h
                AL = Subservice
                     | 00h - System Request key Make (pressed)
                     | 01h - System Request key Break (released)

        Return  CF Set if service not supported, else cleared

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

    By default, this service does nothing but clear the Carry Flag. It
    is up to the operating system or user to provide a handler to
    process the Sys Req key. This service is called by Int 09h
    (Keyboard) after the Sys Req key has been pressed ("made") or
    released ("broken").

    The PC, PCjr, and the XT dated 11/08/82 do not support this
    service.

See Also: Int 09h

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