Interrups | Categories | Contents |
BX = where to place keystrokes FFFFh insert before current buffer contents 0000h replace current contents 0001h insert after current contents CX = number of keystroke events to insert ES:SI -> data to be placed into buffer (list of WORD key codes) 4000h + N = normal ASCII keystroke N (N = 00h to FFh) 4100h + N = extended ASCII keystroke N (N = 03h to 84h)
Return:
Nothing
See Also: INT 16/AH=05h
Category: Runtime Support - Int DDh - S
Interrups | Categories | Contents |