Google
 

Trailing-Edge - PDP-10 Archives - bb-y390o-bm_tops20_v41_atpch_20 - autopatch/tfrcob.c12
There are 3 other files named tfrcob.c12 in the archive. Click here to see a list.
 REP 22/1	;12C1
	IF1	<PRINTX TFRCOB-20 Version 4(226)>
 WIT
	IF1	<PRINTX TFRCOB-20 Version 4(232)>
 INS 5/2	;12C2
	;BCM	6-Sep-85	[232] Call FREMEM from CHKFORM to cleanup mem if needed
 INS 25/18	;12C3
		PUSH	P,A			;[232] save acs
		PUSH	P,B			;[232]
		MOVE	B,DATHDR		;[232] NOT MEM RESIDENT, SO FREE UP MEM
		MOVE	A,NUMWDS		;[232] DATHDR IS PTR, NUMWDS IS SIZE
		CALL	FREMEM			;[232] DO THE ACTUAL FREEING
		SETZM	DATHDR			;[232] CLEAN UP
		SETZM	NUMWDS			;[232] SO IT ALL LOOKS NEW
		POP	P,B			;[232] restore acs
		POP	P,A			;[232]
 SUM 163862