|
@@ -0,0 +1,20 @@
|
|
1
|
+# 68kdasm
|
|
2
|
+
|
|
3
|
+A 68k disassembler, originally extracted from Jens Kaiser's go2m68k project:
|
|
4
|
+
|
|
5
|
+https://github.com/jenska/go2m68k/
|
|
6
|
+
|
|
7
|
+But since then, that project has removed the original disassembler code. That code appears to have been a go port of the C disassembler code from Karl Stenerud's Musashi 68k emulator:
|
|
8
|
+
|
|
9
|
+https://github.com/kstenerud/Musashi/blob/master/m68kdasm.c
|
|
10
|
+
|
|
11
|
+# License
|
|
12
|
+
|
|
13
|
+Distributed under the MIT License. See LICENSE.txt for more information.
|
|
14
|
+
|
|
15
|
+# Contact
|
|
16
|
+
|
|
17
|
+Keelan Lightfoot - http://beefchicken.com/contact/
|
|
18
|
+
|
|
19
|
+Project Link: http://code.beefchicken.com/keelan/68kdisasm
|
|
20
|
+
|