Hi, I do direct screen access (writing into the video RAM) to display text using only ca65 (no C code). Text itself is ASCII (as I am coding on PC, for sure, since cc65 suite is a cross-platform compiler solution). Can I have any easy was to do the translation (at least for "normal" characters) by the compiler? Specifying a -t option does ASCII->PETSCII translation, I would like something similar for ASCII->screen codes. Or should I specify dozens of .CHARMAP statements to do it myself because no "built-in" feature for this? If it's the situation, has somebody got an already written mapping for this I can use in my own works, or should I create one by myself? thanks, - Gábor ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sun Nov 27 01:52:19 2011
This archive was generated by hypermail 2.1.8 : 2011-11-27 01:52:23 CET