Skip to content

qb40/fun-with-mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use left or right mouse button to draw (just for fun) in DOS.

The point is to demonstrate the use of mouse in DOS using mouse interrupt 33h from assembly language. The assembly language function can itself be called by compiling the assembly language program as a binary file and using CALL ABSOLUTE in QuickBASIC, or by compiling the program as a library that can converted to a Quick library (QLB) and declaring the subroutines and functions.




qb40