Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-05 - 43,50337/23/number.mac
There is 1 other file named number.mac in the archive. Click here to see a list.
COMMENT * SIMULA specification;
OPTIONS(/E:QUICK,numbered);
BOOLEAN PROCEDURE numbered;
COMMENT Returns the value TRUE if last Inimage found that file is line numbered.
Turns off line number flag (YDSL35(XLOW)).
;

!*;! MACRO-10 code !*;!

	TITLE	numbered
	ENTRY	numbered
	SUBTTL	SIMULA utility, Lars Enderin Feb 1976

;!*** Copyright 1976 by the Swedish Defence Research Institute. ***
;!*** Copying is allowed.					***


	sall
	search	simmac,simmcr,simrpa
	macinit


numbered:
	PROC
	LOWADR
	SETZ
	EXCH	YDSL35(XLOW)
	ST	(XTAC)
	RETURN
	EPROC
	LIT
	END;