From f620c6b70e4a71207a1bfe4e2f363f1031529edd Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Sat, 24 Oct 2015 22:53:50 -0500 Subject: [PATCH] add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce60d6b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +MiniMemoryTester + +This started out as a simple assembly loop to test memory locations, but as more and more configuration options were added, it all had to be rewritten in a more generalized way. This tester sacrifices a good amount of speed for configurability. Still, there are lots of places where the code could be greatly sped up. + +Build with Merlin32, boot from ProDOS. + + + + + + + +