Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99h-bb - strega.c14
There are no other files named strega.c14 in the archive.
 REP 2/1	;14C1
	!COPYRIGHT (C) DIGITAL EQUIPMENT CORPORATION 1972, 1985
 WIT
	!COPYRIGHT (C) DIGITAL EQUIPMENT CORPORATION 1972, 1986
 REP 24/1	;14C2
	GLOBAL BIND STREGV = #10^24 + 0^18 + #2463;	! Version Date: 8-Oct-84
 WIT
	GLOBAL BIND STREGV = #10^24 + 0^18 + #2572;	! Version Date: 12-Mar-86
 INS 379/1	;14C3
	2572	MEM	12-Mar-86
		Complexity walk, register allocation and code generation must be done
		in the same order. For the open statement the register allocation was
		done in the reverse order from complexity and code generation.
		
 REP 16/25	;14C4
		DECR I FROM .CSTMNT[OPSIZ] - 1 TO 0 DO
 WIT
	%2572%	INCR I FROM 0 TO .CSTMNT[OPSIZ] - 1 DO
 SUM 180737