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 - desqview 2.x - dbgpoke - display character on status line http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.x - "DBGPOKE" - DISPLAY CHARACTER ON STATUS LINE
        AX = DE0Ah
        BL = character
Return: character displayed, next call will display in next position (which
        wraps back to the start of the line if off the right edge of screen)
Notes:  displays character on bottom line of *physical* screen, regardless
          of current size of window (even entirely hidden)
        does not know about graphics display modes, just pokes the characters
          into display memory
        this API call may be made from a hardware interrupt handler
SeeAlso: AX=1003h

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