[net.micro] 6502 object code formats?

grg@ihuxp.UUCP (07/01/83)

I am putting together a set of tools for 6502 object code,
after a compiler (loader, linker).

I would like to copy any file formats for relocatable
code which exist (e.g. Apple).
Can anyone point me to some specifications? Or existing tools?

Thanks,

		Greg Guthrie
		BTL	IW 1A444 x7303
                ihnp4!ihuxp!grg

jsweet.uci%rand-relay@sri-unix.UUCP (07/16/83)

From:  Jerry Sweet <jsweet.uci@rand-relay>


There 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