blob: e2b8d6e589e60fc0f6863740284f288c37d9b450 (
plain)
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
|
# Motorola M68000 ISA Disassembler
> Disassemble into what `as` can assemble back
This project aims to be a disassembler capable to produce assembly code that GNU
AS will translate into the same original machine code.
Currently M68000 ISA only supported is planned. This means not M680x0, but only
M68000.
It is planned to support PC trace tables, so it will know what code is exactly a
code, not data.
## Meta
Authors:
- Vladimir Novikov – oxore@protonmail.com
This is free and unencumbered software released into the public domain. See
``UNLICENSE`` for more information.
Parts of this project are licensed under different license:
- Musashi M68000 CPU emulator - MIT
<!-- Markdown link & img dfn's -->
[readme-template]: https://github.com/dbader/readme-template
|