From 3c474ce486f7adac4868fdd3d6c1ed75fe941c47 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Mon, 27 Feb 2012 19:23:14 -0800 Subject: [PATCH] Use "py65mon" in the example --- examples/README.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/README.txt b/examples/README.txt index c94d671..2a302a2 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -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)