Re: 16F87x config word

Jamie Lawson <[email protected]> Wed, 10 Nov 2004 23:03:15 -0500 (EST)
Newsgroups gmane.comp.lang.forth.picforth
Message-ID <[email protected]>
Hi again,

It seems the easiest way to find your own mistakes is to ask someone for
help.

The culprit turns out to be the set-wrt config switch in 0.29 which is now
the set-wrt word in later versions.

So,
true set-wrt
in 0.29 is now
no-wrt set-wrt
in later versions.

Is the following line still needed in picforth.fs?

200 config-switch-1 set-wrt

when the following is there as well?

: set-wrt 600 config-mask-1 ;
200 constant page1-wrt
400 constant page0-wrt
600 constant no-wrt

\ end of excerpt

MPLAB nor xwisp seem to mind the extra config word

Regards,
Jamie Lawson