From: Gary (gary_at_sybersoft.lv)
Date: 2002-02-05 18:59:37
On Tue, Feb 05, 2002 at 09:56:37AM +0100, Ullrich von Bassewitz wrote: > I didn't know that there is anyone using cc65 for NES development. Are you > just using the assembler or are you (at least partially) coding in C? Sorry > for being so curious:-) The current project is almost entirely C code. The only .S files are crt0.S and some data tables. Inline assembly is used where speed matters. On the NES that is mostly when writing to the video tile buffer, which can corrupt the display if done outside of the video blanking interval. For just about everything else, C code with -Oi is fast enough. Regards, Gary ---------------------------------------------------------------------- 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-02-05 18:59:48 CET