renamed py65 binary, updated documentation

This commit is contained in:
Carsten Strotmann 2020-07-16 16:48:28 +02:00
parent 1151ebe802
commit 05da01088d
3 changed files with 10 additions and 1 deletions

View File

@ -5,3 +5,12 @@
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=

View File

@ -1 +1 @@
\ Crosscompile Script for 6502 Target cas 26jan06 \ loadscreen for cross-compiler cas 26jan06 include assemble.fb \ load 68000 assembler 2 loadfrom as65.fb page \ load 6502 assembler include crostarg.fb page \ load target compiler include 6502f83.fb \ load Forth Kernel Source save-target f6502.com \ save new forth as f6502.comkey drop page .( Ready ) cr \ wait for keypress bye \ and exit forth
\ Crosscompile Script for 6502 Target cas 26jan06 \ loadscreen for cross-compiler cas 16juli2020 include assemble.fb \ load 68000 assembler 2 loadfrom as65.fb page \ load 6502 assembler include crostarg.fb page \ load target compiler include 6502f83.fb \ load Forth Kernel Source save-target vfpy65.bin \ save new forth key drop page .( Ready ) cr \ wait for keypress bye \ and exit forth

BIN
6502/py65/vfpy65.bin Normal file

Binary file not shown.