WINDOWS.ASM - Assembly level windowing routines
This is a set of assembly routines, written for use with Borlands TASM assembler, which provides the primitive routines neede to manage windows in assembly code.
File List:
DEMO.ASM
23Kb
DEMO.EXE
9Kb
DEMO.MAK
1Kb
VIDEO.ASM
27Kb
VIDEO.INC
3Kb
WINDOWS.ASM
19Kb
WINDOWS.DOC
4Kb
Similar code
Tiny bootloader
(Popularity: ) : Mainly a bugfix version. Several bugs where finished since the previous version. Also the capability to go to protected mode was added. Basically it can now load files from a floppy, go to protected mode, and execute the files. Written ... Varo Shell
(Popularity: ) : Shell written in Turbo Assembler 5.0. It is a shell that runs under DOS. A shell is a program which has the purpose to start other programs. Varo is 100% written in Turbo Assembler 5.0. Varo runs at a reslotion ... T-BONES
(Popularity: ) : TBONES is a set of skeletal Assembly Language programs to help you learn about and then to aid in the writing of your own DOS Terminate- but-Stay-Resident (TSR) programs. The ASM programs in the TBONES package are set up so ...