Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 15 - topview - disperor - pop-up error window http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - "DISPEROR" - POP-UP ERROR WINDOW
        AX = 101Fh
        BX = bit fields
             bits 0-12: number of characters to display
             bits 13,14: which mouse button may be pressed to remove window
                         00 = either
                         01 = left
                         10 = right
                         11 = either
             bit 15: beep if 1
        DS:DI -> text of message
        CH = width of error window (0 = default)
        CL = height of error window (0 = default)
        DX = segment of object handle
Return: BX = status: 1 = left button, 2 = right, 27 = ESC pressed
Note:   window remains on-screen until ESC or indicated mouse button is pressed

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