mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
renamed py65 binary, updated documentation
This commit is contained in:
parent
1151ebe802
commit
05da01088d
@ -5,3 +5,12 @@
|
|||||||
|
|
||||||
This is a version of the 6502 VolksForth to run in Mike Naberezny Py65
|
This is a version of the 6502 VolksForth to run in Mike Naberezny Py65
|
||||||
(https://github.com/mnaberez/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=
|
||||||
|
@ -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
BIN
6502/py65/vfpy65.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user