

To use the CPM simulator copy the source file into CPM while in the 
CPM simulator:  
	CPM <cr>
	A>(CPM prompt) pip firm.zsc=rdr:
Note: the source file must be named firm.zsc before you can start the CPM 
simulator.

To exit CPM type <^\><cr>. This returns you to unix.

ZASM options: zasm e   = errors
	      zasm l   = create listing file (.prn)
 	      zasm h   = create hex file (.hex)

To copy a file from CPM to unix:
	pip lst:=<filename><cr>
This creates the file "lstfile" in unix.

To get a wide printout of the .lst file use the unix command:
		enscript -r -f helvetica 7 <filename>
 
