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