From 2f524dd2bdca9979896f016a6f353452bab0d3ad Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Tue, 28 Jan 2014 19:33:20 -0800 Subject: [PATCH] Fix example to use the py65mon command --- examples/65Org16.boot.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/65Org16.boot.asm b/examples/65Org16.boot.asm index 769a3f1..f7ac6ff 100644 --- a/examples/65Org16.boot.asm +++ b/examples/65Org16.boot.asm @@ -7,7 +7,7 @@ ; ; use this monitor like this: -; PYTHONPATH=. python py65/monitor.py -m 65Org16 +; py65mon -m 65org16 ; load bootrom.bin fe00 ; goto fe00