head	1.1;
access;
symbols;
locks
	yap:1.1; strict;
comment	@# @;


1.1
date	96.11.27.15.28.58;	author yap;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@README file

0. mac.asm:
	Useful macros.  Use it in all your
	programs, and add to them. 
	Don't leave home without it!

1. The set of files (div10.asm, tdiv10.asm, mac.asm) 
	is to be used together.  Mac.asm contains the macros
	while div10.asm contains the procedure div10 for
	dividing a binBin by 10.  The main procedure
	to test div10 is found in tdiv10.asm.  You test
	them by issuing the following 3 commands to DOS:

	> tasm tdiv10
	> tlink tdiv10
	> tdiv10

2. Nov 18, 1996: file hello.asm
	From my lecture today.
	This is a demo of text mode of the video graphics.
	It prints in the middle of the screen
		a hello world message in red color,
		against a blue background.

3. Nov 20, 1996: file p340.asm
	Variation of color demo of page 340.
	Prints the default colors of VGA mode 13h.

4. Nov 27, 1996: files random.asm and trand.asm
	-- Random.asm contains the random number generator
	that runs as a tsr
	and can be called as interrupt 62h.
	(from Nathan Hull)
	-- trand.asm is a little test program that I wrote
	to test random.asm (be sure to install the random
	number generator before calling trand).
	
@
