QBasic mouse extension
This TSR written in x86 assembler, allows QBasic programs to use mouse,
by writing mouse movement and button press info to memory,
referenced by INT 79h.
Afterwards QBasic programs can read mouse cursor position
directly from RAM by using PEEK command.