Question on Code Pages
David McNab <[email protected]> Wed, 13 Oct 2004 22:09:04 +1300
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Message-ID | <[email protected]> |
Hi, How does PicForth handle the issue of multiple code pages on PICs such as the 16f87x? During compilation, when program mem usage exceeds 2k, does PicForth automatically place new words in the next program memory page, and automatically set PCLATH when a word in one page calls a word in another page? If not, how do I go about placing different words into different pages, and calling words in one page from words in other pages? -- Cheers David