Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/5/84; site ssc-vax.UUCP
Path: utzoo!linus!philabs!cmcl2!seismo!harvard!talcott!panda!genrad!decvax!tektronix!uw-beaver!fluke!ssc-vax!keith
From: keith@ssc-vax.UUCP (Keith Nemitz)
Newsgroups: net.micro.mac
Subject: Re: PD Modula2 Loader: How it works!
Message-ID: <88@ssc-vax.UUCP>
Date: Mon, 5-Aug-85 14:17:45 EDT
Article-I.D.: ssc-vax.88
Posted: Mon Aug  5 14:17:45 1985
Date-Received: Sat, 10-Aug-85 04:43:07 EDT
References: <87@ssc-vax.UUCP>
Distribution: net
Organization: Boeing Aerospace Co., Seattle, WA
Lines: 21

> Need I say more?
> 
> 				      keith
> 

Yes. I forgot to mention that the loader will resolve absolute
addressing for overlay calls as well.

Also..  Aside from all that you can make toolbox calls easily.
Use this form:

PROCEDURE ToolBoxProcedureName(arguments)[:ReturnType];
BEGIN CODE(TrapNum in decimal) END ToolBoxProcedureName;

Remember that Modula-2 strings use an end byte (=0C) to mark the end
of a string instead of Pascal's length byte.  Use the conversion
Procedures that were provided with the system.

I could go on, but the aerospace juggernaut summons me...

				      keith