Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!jsweet.uci@rand-relay From: jsweet.uci%rand-relay@sri-unix.UUCP Newsgroups: net.micro Subject: Re: 6502 object code formats? Message-ID: <2960@sri-arpa.UUCP> Date: Sat, 16-Jul-83 02:13:10 EDT Article-I.D.: sri-arpa.2960 Posted: Sat Jul 16 02:13:10 1983 Date-Received: Wed, 13-Jul-83 06:08:59 EDT Lines: 10 From: Jerry SweetThere IS a relocatable object code format for the Apple, from Apple. It's used in the Applesoft Toolkit, and actually documented. The drawback to using that format is the way Apple's loader works. To make a directly executable image of the relocated program, you need merely BSAVE, though. I do NOT endorse the Toolkit format, but only report it. --Jerry