Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!ucbvax!TECHNION.BITNET!PHR00JG From: PHR00JG@TECHNION.BITNET ("Jacques J. Goldberg") Newsgroups: comp.os.cpm Subject: Re: INFO-CPM Digest V88 #274 Message-ID: <8812112243.AA00540@ucbvax.Berkeley.EDU> Date: 11 Dec 88 22:43:23 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 X-Unparsable-Date: Sun, 11 Dec 88 21:48:57 IST How to make COM files with JRT PAscal? You can't. If you want to know what their linker does, just read the Users Guide, page 118 for Release 3.0. It will just build ONE executable .INT file from several (if you don't "LINK", it defers the loading of invoked INTs until the program needs them). This isn't what is usually named a linker. Your IN2 file is a RENAMEd copy of the original main program file. The new main INT is a concatenation of the original main INT with eventual additional modules (such as TAN,LOG, you name them).