> pragma IS compiler specific :o) so, look in the cc65 docs :) I found an example posted to this mailing list on 9-Dec-03. From Uz... - But don't despair, there's a simple solution: Using - #pragma charmap() - you can have your own character set translation. Just create - a header file named "mycharset.h", with the line - - #pragma charmap (0x5F, 164); - - in it. Every time you include this header file, the underline - (code 0x5F) in your source is translated into a thin underline - in the target. Thank goodness for archives. Haha! I tried the cc65 docs but it's difficult to search through so many non-indexed html files. Thanks, /*Raj*/ ---------------------------------------------------------------------- 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, 23 Sep 2004 08:33:19 -0400
This archive was generated by hypermail 2.1.8 : 2004-09-23 14:33:37 CEST