VolksForth/6502/py65
Carsten Strotmann 01ddb5643c Updates py65 Version 2022-08-18 13:31:10 +02:00
..
2words.fb New Py65 target 2020-07-15 11:23:08 +02:00
2words.fth New Py65 target 2020-07-15 11:23:08 +02:00
4th.prg New Py65 target 2020-07-15 11:23:08 +02:00
6502f83.fb Updates py65 Version 2022-08-18 13:31:10 +02:00
6502f83.fth Updates py65 Version 2022-08-18 13:31:10 +02:00
COPYING New Py65 target 2020-07-15 11:23:08 +02:00
Makefile New Py65 target 2020-07-15 11:23:08 +02:00
README.ORG renamed py65 binary, updated documentation 2020-07-16 16:48:28 +02:00
as65.fb New Py65 target 2020-07-15 11:23:08 +02:00
as65.fth New Py65 target 2020-07-15 11:23:08 +02:00
assemble.fb New Py65 target 2020-07-15 11:23:08 +02:00
assemble.fth New Py65 target 2020-07-15 11:23:08 +02:00
ccompile.fb renamed py65 binary, updated documentation 2020-07-16 16:48:28 +02:00
ccompile.fth New Py65 target 2020-07-15 11:23:08 +02:00
crostarg.fb New Py65 target 2020-07-15 11:23:08 +02:00
crostarg.fth New Py65 target 2020-07-15 11:23:08 +02:00
ediicon.rsc New Py65 target 2020-07-15 11:23:08 +02:00
systemio.fb Block-IO for py65 2020-07-17 23:35:58 +02:00
systemio.fth Block-IO for py65 2020-07-17 23:35:58 +02:00
tasker.fb New Py65 target 2020-07-15 11:23:08 +02:00
tasker.fth New Py65 target 2020-07-15 11:23:08 +02:00
tools.fb New Py65 target 2020-07-15 11:23:08 +02:00
tools.fth New Py65 target 2020-07-15 11:23:08 +02:00
vfpy65.bin Updates py65 Version 2022-08-18 13:31:10 +02:00

README.ORG

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