Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-03 - decus/20-0078/libsim/maxint.mac
There is 1 other file named maxint.mac in the archive. Click here to see a list.
COMMENT * SIMULA specification;
OPTIONS(/E:QUICK,maxint);
INTEGER PROCEDURE maxint;
COMMENT Returns the greatest positive INTEGER quantity.
;

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

	TITLE	maxint
	ENTRY	maxint
	SUBTTL	SIMULA utility, Lars Enderin Dec 1975

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

	sall
	search	simmac,simmcr,simrpa
	macinit

maxint:	PROC
	HRLOI	377777
	ST	(XTAC)
	RETURN
	EPROC
	LIT
	END;