CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Has anyone here used FlashForth?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
djsb



Joined: 29 Jan 2011
Posts: 34

View user's profile Send private message

Has anyone here used FlashForth?
PostPosted: Fri Mar 31, 2023 11:34 pm     Reply with quote

I'm Just starting to read "Starting Forth" by Leo Brodie. I've found Peter Jacobs FlashForth tutorial at https://flashforth.com/tutorials.html
I'm just wondering if anyone here has used FlashForce alongside CCS C or on its own? Maybe assembly code output from CCS can be used to create words in FlashForce? Is the PIC18F26K22 used in the tutorials popular here, and is it well-supported in CCS C? Thanks.






P.S. I've also bought myself a couple of Scamp 3 boards from here https://udamonic.com/index.html which use the PIC24FJ64GB202. I don't have the PCD compiler, but I may include it in the CCS workshop compiler purchase later on.
Ttelmah



Joined: 11 Mar 2010
Posts: 19221

View user's profile Send private message

PostPosted: Sat Apr 01, 2023 3:33 am     Reply with quote

No.
There is no connection between, or use between Forth and C.
They are completely separate languages. FlashForth produces it's own
output, that is executed by the Forth interpreter in the target system.
You upload the interpreter with the code to the target.
Used Forth, years ago. Key difference is that it is a stack based language,
so values are put into the stack and operations performed from the stack.
I liked it years ago, since my first electronic calculators were the Hewlett
Packard RPN calculators (HP35 etc.).
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group