Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement FORTH. #6

Closed
skx opened this issue Sep 4, 2019 · 0 comments
Closed

Implement FORTH. #6

skx opened this issue Sep 4, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request hardware

Comments

@skx
Copy link
Owner

skx commented Sep 4, 2019

I found a FORTH implementation for a Z80 system here:

However it assumes that there is a lot more RAM than available; the driver is essentially the same as that used in our BASIC example - so porting it should be trivial - I've ordered some SPI FLASH-RAM which will allow me to access 64k of RAM, however the downside will be that such external RAM will be mandatory.

Still it will be a good "big" example to add.

@skx skx added enhancement New feature or request hardware labels Sep 4, 2019
@skx skx self-assigned this Sep 4, 2019
@skx skx closed this as completed May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardware
Projects
None yet
Development

No branches or pull requests

1 participant