On Mon, May 23, 2005 at 08:05:58AM -0700, Andy Dannelley wrote: > Well, I guess no one here has had a need to write a module to convert > the object output of cc65 to the MOS technology Paper tape format text > files. My suggestion would be to convert the binary linker output, not the object files. The MOS paper tape format is pretty simple (described here: http://www.gifford.co.uk/~coredump/mosptp.htm ), and does not even include start addresses with the data records. The easiest solution would be to write a small C program that is run from the Makefile on the output of the linker. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Tue May 24 09:03:35 2005
This archive was generated by hypermail 2.1.8 : 2005-05-24 09:03:38 CEST