On Thu, Apr 23, 2009 at 03:33:10PM +0200, Carlos wrote: > I need to code a c64 raster interrupt handler, the problem is that my > program is all in C and i know that's not possible to do it in this language. > I suppose i have to do it in assembler and call this function from my C > program. There are some tutorial or sample how to do it? Isn't the raster interrupt handler called directly by the IRQ vector? If so, there's no need to call it from C. Just write it in assembler as you would do in an assembler only program. 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 Thu Apr 23 15:40:51 2009
This archive was generated by hypermail 2.1.8 : 2009-04-23 15:40:53 CEST