[PicForth] Re: Porting questions

Samuel Tardieu sam at rfc1149.net
Wed Jun 16 18:08:01 CEST 2004


>>>>> "JC" == J C Wren <jcwren at jcwren.com> writes:

JC> So I will again restate the question a little more clearly: Is
JC> porting PicForth to an 18x part a massive undertaking requiring 6
JC> months of people with only the deepest understanding of PicForth
JC> internals, or can a reasonably competent programmer with 20 years
JC> experience, little experience with gforth and some experience with
JC> PICs hope to port from a 16F88 to a PIC18F8620 in less than 6
JC> months with only questions to the principle architects?

I'd say that you could adapt PicForth for the PIC18Fxxx in a
reasonable amount of time if you keep the same internal
logic. However, if you want to take the full benefits of the PIC18Fxxx
instruction set, you will have to rewrite parts of the code generator
as there are new conditional and jump instructions that may lead to
smaller and faster code.

  Sam
-- 
Samuel Tardieu -- sam at rfc1149.net -- http://www.rfc1149.net/sam



More information about the PicForth mailing list