Binary driver ver 2.1
I've done this program for fun. It's a funny program that looks like a driver (I'll make it one as soon as I know how...). You'll have to know the ascii table and binary code to really use it. Read additional info in the .asm file included.
Init Mouse v0.11
This program is a simple way to initialize the serial port (COM1-in this program) to accept information packets sent by the mouse that is connected to it and to display the mouse pointer in the DOS MODE before any other program or the OS itself intializes the mouse. This is a beta version and th...
Keyboard management library
Okay, folks, here it is. Everybody has been demanding info on working with the keyboard at its lowest levels, so here's the keyboard handler i wrote and have been working with on my system for nearly a year. (Asm src)
Keylite 1.2
This com program gets input in decimal digits from the user in DOS MODE and after analysing the input, it just switches ON or OFF the specified keyboard LEDs, the user wants to program.
Letter or number identifier 1.0
This program is our first activity in programminf tasm 2.01, , .. simply for beginners, it detects wether the user pressed a letter or a number int the keyboard.... language use is tasm 2.01.., , ,
Mouse Information v1.0
This pice of program gives almost all information about a mouse driver that you need. Almost(!). Just run and see what it gives.
Mouse library for C Programmers (DOS)
DOS utility to enable mouse support.. Written almost only in asm.. ( you dont have to know any asm to understand how to use it )
MS mouse (Real-mode) (no int 33h) v0.02
This program is made for people who want to make their own COM-Port Mouse Driver without having to make use of int33h. This program is a beta version, sow unforeseen problems may occur. By downloading the program the downloader downloads it at his own risk.
PS/2 Mouse ('Real' mode) (no int 33h) v0.02
This program is made for people who want to make their own drivers for an PS/2 port without using the int 33h. ( easy to understand example, I hope ;) ) For use in own OS or MS-DOS enviroment. This is educational perpose version and the effects of the program are undefined. By downloading the pr...