This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR L128, ?C?XPAGE1SFR

When trying to compile an 80C400 program using interrupts;
i.e. wake() interrupt 14 using 2{
code
code
}
i get Error 127 Unresolved external
symbol ?C?XPAGE1SFR
It looks like its due to having to jump back to 64K mem to service the interrupt, I just dont know how to work around it.

Thanks