Нет описания
Keelan Lightfoot f1e70fd764 re-ported opcodes from Musashi, some were wrong 1 год назад
68kdisasm.go re-ported opcodes from Musashi, some were wrong 1 год назад
LICENSE.txt added license 1 год назад
README.md initial commit 1 год назад
go.mod initial commit 1 год назад
opcodes.go re-ported opcodes from Musashi, some were wrong 1 год назад

README.md

68kdasm

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

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Keelan Lightfoot - http://beefchicken.com/contact/

Project Link: http://code.beefchicken.com/keelan/68kdisasm