Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-08 - 43,50512/top.b36
There are no other files named top.b36 in the archive.
MODULE TOP(MAIN=TOP)=
!Module to define prologues and the prime stack
!It will not work as-is, but should be modified to set
!the AC field in the return address to the # of registers to restore
BEGIN
EXTERNAL ROUTINE MAIN;
ROUTINE TOP=MAIN();
END ELUDOM