Google
 

Trailing-Edge - PDP-10 Archives - bb-y390o-bm_tops20_v41_atpch_20 - autopatch/cgexpr.c18
There are 10 other files named cgexpr.c18 in the archive. Click here to see a list.
 REP 24/1	;18C1
	GLOBAL BIND CGEXPV = #11^24 + 0^18 + #4522;	! Version Date: 5-Nov-85
 WIT
	GLOBAL BIND CGEXPV = #11^24 + 0^18 + #4575;	! Version Date: 4-Nov-87
 INS 196/1	;18C2
	***** End V11 Development *****

	4575	DCE	4-Nov-87
		Single character assignments of dotted variables into array
		references may use incorrect register for getting the right
		hand side.  While the correct register was allocated, the code
		generator does not use it.

	***** End Revision History *****

 REP 62/9	;18C3
	%4517%			REGFORCOMP = GETTAC(CNODE);
	%4517%			OPDSPIX=GETA1OPIX(CNODE,A1NODE);
 WIT
	%4575%			REGFORCOMP = GETASMNREG(CSTMNT);
	%4575%			OPDSPIX=GETA2OPIX(CSTMNT,A1NODE);
 SUM 60428