From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-12 21:12:43
On Thu, Dec 12, 2002 at 08:48:17PM +0100, MagerValp wrote: > UvB> Did I miss anything? > > Don't think so. Ok, I will then make the changes. > Stupid C question: is char unsigned by default? For C: no. For cc65: yes. For cc65, the default may be changed using the -j or --signed-chars command line option. However, since the 6502 has no CPU commands to do sign extension, using signed chars will give larger and slower code. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-12 21:12:48 CET