Re: Re: pic16f88 support
Jamie Lawson <[email protected]> Thu, 11 Mar 2004 17:18:11 -0500 (EST)
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Message-ID | <[email protected]> |
The only problems I found were; MCHIP defines the BODEN config bit as BOREN; and in the pic16f88.inc file the code protect mask should be 2000 rather than 2020 ( as 0020 is the /mclr-enable config bit mask ) meta : set-cp 2000 config-mask-1 ; target 2000 constant no-cp Other than that it assembles and runs fine (as in; whatever parts of my code worked previously still works). Thanks. Jamie On Thu, 11 Mar 2004, Samuel Tardieu wrote: > Could you please try PicForth 0.30 from > http://www.rfc1149.net/devel/picforth and try the new "pic16f88" > directive in top of your program? (see the documentation). > > It should drag in your (adapted) changes. > > Sam > --