A89: Re: TIGCC


[Prev][Next][Index][Thread]

A89: Re: TIGCC




idle_loop()
{
asm("
 jsr userlib__0000");
}

I'm not very good with C or any of this but, for this couldn't you do this
instead?

idle_loop()
{
asm("
 jsr _ROM_CALL_051");
}

like I said, I'm not good with C and I can just barely get by with 68k asm.
TIGCC might not like the syntax or whatever; I've never used or even
downloaded TIGCC, so I don't know if it'll work or not. I don't know if that
will fix it or not but, I hope it helps...

Glenn Murphy





References: