Hi! On Mon, Sep 06, 2004 at 12:27:28PM +0300, Karri Kaksonen wrote: > I also found out that the sprite packer program that I am using produces > incompatible files with the linker. I also tried to convert it using co65 > but it just complained: Error: Not an o65 object file. The ca65 assembler is a complete rewrite and the object files are different from what was generated by the old John R. Dunning assembler. There are even format changes between different versions of the assembler, so your best bet is to use some ascii format that is translated by the assembler, or raw binary format which is embedded by use of the .incbin command. 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 Mon Sep 6 12:30:41 2004
This archive was generated by hypermail 2.1.8 : 2004-09-06 12:30:49 CEST