From 760786f13b79ddf5b519131925863181d224b839 Mon Sep 17 00:00:00 2001 From: Sebastian Macke Date: Sun, 16 Apr 2017 22:33:54 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f13b91..e4331b4 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ or in the manual of the equivalent Apple II program Adaption To C ============= -This program was converted semi-automatic into C by converting each assembler opcode. +This program (disassembly at http://hitmen.c02.at/html/tools_sam.html) was converted semi-automatic into C by converting each assembler opcode. e. g. lda 56 => A = mem[56]; @@ -90,8 +90,7 @@ Then it was manually rewritten to remove most of the jumps and register variables in the code and rename the variables to proper names. Most of the description below is a result of this rewriting process. -Unfortunately its still a not very good readable. But you should see where I started :) - +Unfortunately it is still unreadable. But you should see from where I started :) Short description