ca65 -t pet file.s ld65 -t none -o file.prg --start-addr 0x6ffe file.o I am using the .word *+2 hack to generate a valid .PRG file on output. Any .byte "THIS IS A TEST" ASCII characters are not getting translated into PETSCII correctly. This is what I am getting for "THIS IS A TEST": D4 C8 C9 D3 20 C9 D3 20 C1 20 D4 C5 D3 D4 Is there something I should be doing that I am not doing? I just need the assembler. I don't need the C. Building a custom linker config file renders the same results. Is ca65 looking for data in a specific segment for the translation? -Matt ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu Sep 3 02:41:41 2009
This archive was generated by hypermail 2.1.8 : 2009-09-03 02:41:44 CEST