On Sun, Feb 05, 2012 at 12:41:52AM +0100, Johan Kotlinski wrote: > void main() { > int number = 100; > int div = 10000; > cprintf("%i / %i = %i\n", number, div, number / div); > } > > ...prints "100 / 10000 = 6" This has already been fixed quite some time ago in the 2.13 branch. Problem is that there is currently no official cc65 with this and about 25 other fixes. The reason why there is no new 2.13 release is because I'm always hoping to get a version 2.14 out "real soon now". Maybe I should rethink. 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 Sun Feb 5 12:23:49 2012
This archive was generated by hypermail 2.1.8 : 2012-02-05 12:23:52 CET