mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-16 21:30:59 +00:00
VolksForth (Version for py65) Readme
This is a version of the 6502 VolksForth to run in Mike Naberezny Py65 (https://github.com/mnaberez/py65).
The base load address is $1000, the standard I/O memory locations ($f004 - read char and $f001 - print char) are used.
How to run
- start
py65mon
- load VolksForth binary
load vfpy65.bin 1000
- start VolksForth
goto 1000