VolksForth/6502/py65/README.ORG
2020-07-16 16:48:28 +02:00

465 B

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