A89: Re: Re: Re: Grayscale troubles
[Prev][Next][Index][Thread]
A89: Re: Re: Re: Grayscale troubles
Hello!
I knew if I started messing
around with interrupts I'd get into trouble. Here's my problem:
After I activate my interrupt routine, I get lots of Address Errors. I
know my routine is getting called right because I tried putting a DrawStr
statement in it. I read in Jimmy Mardell's 68K guide that there is a
special command to return from interrupts, rte. TI-GCC doesn't know that
my interrupt handler is an interrupt handler, so I'm sure it's not using this
special command. Is this the problem? How can I fix it? (I
tried doing asm("rte"), but it didn't work. Did I do it wrong, or is that
illegal?)
James
Darpinian
Follow-Ups:
References: