Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99g-bb - sta3.c12
There is 1 other file named sta3.c12 in the archive. Click here to see a list.
 REP 26/1	;12C1
	GLOBAL BIND STA3V = #10^24 + 0^18 + #2412;	! Version Date:	2-Jul-84
 WIT
	GLOBAL BIND STA3V = #10^24 + 0^18 + #2546;	! Version Date:	5-Sep-85
 INS 289/1	;12C2
	2546	MEM	5-Sep-85
		In WHILSTA when we push the conditional expression onto STK, we should
		push a bytepointer to the expression instead of the expression itself
		because this is what IFNOTGEN is expecting.
		
 REP 40/13	;12C3
		STK[0] = T1[ELMNT1];		! Set expr pointer for IFNOTGEN
 WIT
	%2546%	STK[0] = T1[ELMNT1]<0,0>;	! Set expr pointer for IFNOTGEN
 SUM 2735