Re: [cc65] c64 question

Date view Thread view Subject view

From: Michael Pfeiffer (michael.pfeiffer_at_utanet.at)
Date: 2001-03-06 13:22:52


Hi Arvid 

The parameters of the interrupt functions have to be declared
void, then the compiler does not generate "jsr enter"
and "jmp leave" and your program should work. 

void IRQ_handler_bottom(void);
void IRQ_handler_top(void);

Michael


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:39 CET