Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>int 10h, 0fh (15) get current video mode</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10h,  0Fh (15)       Get Current Video Mode

    Reports the current video mode, the number of character positions per
    line in that video mode, and the current display page.

       On entry:      AH         0Fh

       Returns:       AL         Video mode
                      AH         Number of character columns per line
                      BH         Active display page number

       Registers destroyed:      AX, SP, BP, SI, DI

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

       Notes:         See Service 00h for a table of the video modes and
                      how to set the current video mode.

See Also: INT 10h, 00h

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