{"id":33,"date":"2014-04-12T22:49:53","date_gmt":"2014-04-13T02:49:53","guid":{"rendered":"\/?page_id=33"},"modified":"2014-04-12T23:25:06","modified_gmt":"2014-04-13T03:25:06","slug":"examples","status":"publish","type":"page","link":"\/efci\/examples\/","title":{"rendered":"Examples"},"content":{"rendered":"
The basic Embeddable Forth Command Interpreter package comes with two examples:<\/p>\n
One uses C’s stdio for input\/output — no real console.<\/p>\n
The other one requires ncurses (it assumes that the program is running on Linux or something similar).<\/p>\n
These are already included in the original package.<\/p>\n
In order to show some embedded usage, I am trying to put together more examples on actual systems that would be used in embedded products.<\/p>\n
The first such example is running the Embeddable Forth Command Interpreter on a ZedBoard<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" The basic Embeddable Forth Command Interpreter package comes with two examples: One uses C’s stdio for input\/output — no real console. The other one requires ncurses (it assumes that the program is running on Linux or something similar). These are … Continue reading