[PicForth] 16F87x config word
Jamie Lawson
jlawson at ces.uoguelph.ca
Thu Nov 11 05:03:15 CET 2004
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
More information about the PicForth
mailing list