Interrups | Categories | Contents |
AX = AF20h BX = 4B33h ('K3')
Return:
AX = K3 version (same as returned in BX by AX=AF4Dh) ES:BX -> extended keyboard buffer start ES:DX -> extended keyboard buffer end ES:SI -> next keystroke ES:DI -> last keystroke in buffer CX = number of keystrokes in buffer
Program: K3PLUS is an extended keyboard driver by Matthias Paul and Axel C. Frinke, originally based on the K3 extended German keyboard driver by Martin Gerdes published in c't magazine in 1988
Note: This function replaces the identical function AH=20h"K3"
See Also: AH=20h"K3" - AX=AF25h - AX=AF4Dh - AX=AF50h
Category: Keyboard Enhancers - Int 16h - K
Interrups | Categories | Contents |