From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-12-03 22:20:05
On Tue, Dec 03, 2002 at 08:37:32PM +0100, MagerValp wrote: > I probably owe you several by now... One word: BTW, here is a cc65 specific suggestion for your code: Pointers like "item" are ideal candidates for the "register" keyword. It does no harm when used with older compiler versions, so the code will still compile with 2.8.0. However, using "register" in the code and -Or (or better) on the command line will decrease code size and increase speed. 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-03 22:20:18 CET