From fc53d06362f49ae7b4963bd4d980cc724f28b6d8 Mon Sep 17 00:00:00 2001 From: markpmlim Date: Sun, 9 Jul 2017 20:14:25 +0800 Subject: [PATCH] Update README.MD Added web links --- README.MD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 82cf749..8808517 100644 --- a/README.MD +++ b/README.MD @@ -28,4 +28,10 @@ The following are useful references: 4) EDASM manual 5) SWEET16 by Steve Wozniak -When you peruse through the source codes you will notice that many data areas are filled with what seems to be garbage. These are actually random data created when the assembler encounters a particular form of the DS directive in original source. I had left them as-is so that a byte-to-byte comparison can be made between the new binaries and the original binaries. \ No newline at end of file +When you peruse through the source codes you will notice that many data areas are filled with what seems to be garbage. These are actually random data created when the assembler encounters a particular form of the DS directive in original source. I had left them as-is so that a byte-to-byte comparison can be made between the new binaries and the original binaries. + +Some weblinks: +https://sites.google.com/site/trashgod/edasm +https://groups.google.com/forum/#!msg/comp.sys.apple2.programmer/loRPy3hiUvw/YuqcYU5SHhgJ +https://groups.google.com/forum/#!topic/comp.sys.apple2.programmer/-gv6PdWl77Y +https://groups.google.com/forum/#!topic/comp.sys.apple2.programmer/6Pdl91-w1PQ