Hi friends:
I have a question concerning the 12 bits core limitations. I understand you must use the first half of the 512 bytes to put the subrutines, and it works OK for the 512 byte devices. But if you use a 16F57 or 59, you have 2Kbytes and four possible sectors to put subroutines:From
00 to FF,200 to 2FF, 400 to 4FF and 600 to 6FF. The PBP handles this.?. If not, how can I put
some routines in other block (200h,400h or 600h)?. I am aware I need to keep trace of the stack limitations.
Any hint...?
Thanks in advance...
Ruben de la Pena