INT 15 - TopView - SEND MESSAGE - "WRITE" - WRITE STRING TO WINDOW      

Input

Output

AX

12h       AX

BX

05h Object     BX

CX

 DWORD Object Handle (if Req)     CX

DX

 DWORD Total Length of String     DX
ES:DI DWORD Address of String   ES:DI
Note:   Service routine will pop stack

Objects:

        00h DWORD on top of stack is window handle
        01h write string to task's default window

Notes:  * Non Control characters are displayed.

        * CR/LF/BS/Tab cause the usual cursor movement

        * ESC starts a data structure with additional commands


Copyright © 1985 to 2022 Beta Systems                            Last modified: Wednesday, January 05, 2022 .