README file
for SAMPLES of PROGRAMS AND EXAMS
V22.0201.002 Fall 1997, Chee Yap
**********************************************

1. bat.bat, clean.bat:
	sample batch programs which you can
	use to organize your live in DOS.

2. mid.ps, mids.ps:
	postscript files
	containing an old midterm, and its solution. 

3. mask.asm:
	sample program from class lecture
	illustrating the shift/rotate functions.

4. outhex.asm:
	sample program from class lecture (Oct 29)
	containing a procedure to print the contents
	of register BH in hex.  This is essentially
	question 9 of midterm.
 
5.  readstring.asm:
	program from lecture of Nov 3, illustrating
	(1) function 10, int 21h, and
	(2) string representation.

6. pgm12_3.asm:
	screen editor program from Nov 5 lecture,
	from textbook.
