Keelan Lightfoot f1e70fd764 re-ported opcodes from Musashi, some were wrong | 1 vuosi sitten | |
---|---|---|
68kdisasm.go | 1 vuosi sitten | |
LICENSE.txt | 1 vuosi sitten | |
README.md | 1 vuosi sitten | |
go.mod | 1 vuosi sitten | |
opcodes.go | 1 vuosi sitten |
A 68k disassembler, originally extracted from Jens Kaiser’s go2m68k project:
https://github.com/jenska/go2m68k/
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:
https://github.com/kstenerud/Musashi/blob/master/m68kdasm.c
Distributed under the MIT License. See LICENSE.txt for more information.
Keelan Lightfoot - http://beefchicken.com/contact/
Project Link: http://code.beefchicken.com/keelan/68kdisasm