From: utzoo!decvax!ucbvax!C70:info-cpm Newsgroups: fa.info-cpm Title: Re: 6502 development tools Article-I.D.: ucb.1679 Posted: Mon Aug 2 03:18:22 1982 Received: Tue Aug 3 01:17:54 1982 >From jsweet.uci@Udel-Relay Mon Aug 2 03:18:08 1982 Thanks for the information on the /X, /P, and /D switches in L80. Yes, you are correct about the memory images for programs ORG'd at high memory; they do tend to be quite large. One interesting thing that I have encountered as a solution to this problem is the MT Microsystems linker for their CP/M Pascal. Their linker assumes that if the /P switch is specified, then it is up to the user to locate his memory image himself. The result is code that cannot run under CP/M directly (as a COM file ORG'd at 100H), but which saves a significant amount of disk space. --Jerry