Conversation
…dded as they should, but enter presses are not registered for some reason
… for the BBC Micro
…an example program
Contributor
Author
|
It now also supports running a Forth script from file when the filename is given as a command line argument, and I added a simple example file. |
Owner
|
LGTM; you beat me to it, as I actually have my own Forth-in-C which I wrote for cpmish (at https://github.com/davidgiven/fforth)... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ported a small Forth implementation in C, licensed as Public Domain, which I found here.
It is most likely not the most efficient Forth-implementation for the 6502, given that it is written in C, but it was trivial to port to CP/M-65 and works nicely.
I added it to all platforms except for the C64/VIC20 and BBC Micro where it does not fit on the disks.