-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
35 lines (25 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
dis6502
=======
by Robert Bond, Udi Finkelstein, Eric Smith, and Peter H. Froehlich
Copyright (c) 2001-2003 Eric Smith <eric at brouhaha dot com>
Copyright (c) 2015 Peter H. Froehlich <phf at acm dot org>
I was curious about this disassembler so I decided to import the known sources
for it and play around a bit. This is the result so far, and it's probably not
useful for anyone out there. Oh well.
See README.Smith, README.Finkelstein, and README.Bond for a history lesson. My
changes are all under GPL v2 as well of course, not that they amount to much:
- lots of cleanup work regarding whitespace, warnings, casts, includes,
opcodes, etc.
- made the old c64.predefs file work again, added atari8bit.predefs
courtesy of Brian Watson
- cleaned-up error messages, some with more information than before
Peter H. Froehlich
phf at acm dot org
Links / Credits
===============
Eric Smith's dis6502 page (including the original dis6502 sources):
https://www.brouhaha.com/~eric/software/dis6502/
Eric Smith's Apple 1 Basic disassembly:
https://www.brouhaha.com/~eric/retrocomputing/apple/apple1/basic/
Michael Steil's post about recovering the Apple 1 Basic ROM from audio tape:
http://www.pagetable.com/?p=32