From: utzoo!decvax!ucbvax!C70:info-cpm Newsgroups: fa.info-cpm Title: Re: 6502 development tools Article-I.D.: ucb.1676 Posted: Sun Aug 1 17:19:46 1982 Received: Mon Aug 2 03:27:41 1982 >From rconn@BRL Sun Aug 1 17:19:17 1982 Re your M80/L80 note, L80 does provide switches (/P and /D) to allow placement of the data and code areas almost anywhere you desire. Code can be generated, say, to reside in a PROM in high memory. One trick to note about this is to use the /X op- tion to generate a hex file rather than trying to generate a COM file, since L80 generates a COM file starting at 100 hex. COM files for programs in high memory are frequently quite large. Rick