1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-20 23:16:47 +00:00

Use "py65mon" in the example

This commit is contained in:
Mike Naberezny
2012-02-27 19:23:14 -08:00
parent 9831529f4b
commit 3c474ce486
+2 -7
View File
@@ -1,12 +1,7 @@
Some example code and usage:
For linux:
$ py65mon -m 65Org16 -r examples/65Org16.boot.rom
(no need to install or build - just unpack)
$ cd src
$ env PYTHONPATH=. python py65/monitor.py -m 65Org16 -r ../examples/65Org16.boot.rom
Then paste in a hex file, such as ../examples/swapcase.hex
Then paste in a hex file, such as examples/swapcase.hex
(Type in some mixed-case input and it will echo it back with the upper and lowercase swapped)