diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e2b8d6e --- /dev/null +++ b/Readme.md @@ -0,0 +1,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 |