From b4fcd102813ee0f92760ad02f448a819410bfc6c Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 29 Jul 2025 17:19:36 +0300 Subject: [PATCH] Better documentation for mouse driver --- index.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.org b/index.org index 6df4a5a..6995bad 100644 --- a/index.org +++ b/index.org @@ -510,6 +510,20 @@ Graphical Representations: :ID: 3587240c-1d50-478d-b850-04ebc8dc63c7 :END: +** Mouse driver for QBasic + +QBasic, a popular programming language in the DOS era, lacks native +mouse support. This limitation can be a hurdle for developers looking +to create interactive applications. To bridge this gap, I developed a +solution that involves a Terminate and Stay Resident (TSR) program +written in x86 assembly and a QBasic demonstration program. + +#+attr_html: :class responsive-img +#+attr_latex: :width 1000px +[[file:Miscellaneous/Mouse%20driver/index.html][file:Miscellaneous/Mouse%20driver/screenshot.png]] + +[[file:Miscellaneous/Mouse%20driver/index.html][Read more about mouse driver for QBasic]] + ** Alien font This QBasic program is a creative attempt to generate and display an -- 2.20.1