Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke authored Apr 16, 2017
1 parent 093f288 commit 760786f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand All @@ -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
Expand Down

0 comments on commit 760786f

Please sign in to comment.