Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99g-bb - cgdo.c12
There is 1 other file named cgdo.c12 in the archive. Click here to see a list.
 REP 19/1	;12C1
	!AUTHOR NORMA ABEL/HPW/MD/DCE/SJW/RDH/TFV/CKS/AHM/CDM/RVM/TJK
 WIT
	!AUTHOR NORMA ABEL/HPW/MD/DCE/SJW/RDH/TFV/CKS/AHM/CDM/RVM/TJK/MEM
 REP 24/1	;12C2
	GLOBAL BIND CGDOV = #10^24 + 0^18 + #2462;	! Version Date:	2-Oct-84
 WIT
	GLOBAL BIND CGDOV = #10^24 + 0^18 + #2541;	! Version Date:	1-Aug-85
 INS 203/1	;12C3
	2541	MEM	1-Aug-85
		When the loop count can stay in a register, but the induction
		variable must be materialized (MATRLZIXONLY bit is set), make
		sure induction variable is updated after exiting the loop.

 REP 154/3	;12C4
	%1206%			IF NOT .CURDO[MAYBEZTRIP]
	%1206%			AND (.CURDO[NEDSMATRLZ] OR .CURDO[MATRLZIXONLY])
 WIT
	%2541%			IF NOT .CURDO[MAYBEZTRIP] AND .CURDO[NEDSMATRLZ]
 SUM 40645