                            /instruction test, july 28, 1966

/test program 1
/clear locations 0000 through 7766, and read-in mode simulator

7766/

zro,	dzm 0
	idx zro
	isp tmp
	jmp zro

/read-in mode simulator

rim,	rpb	/this is location 7772
	dio tmp
	spi i
	rpb
tmp,	770010	/-7767 for memory killer
	jmp rim

start zro
                                                   
                                                                                                                        
