From f0c9e341ea18a7440e71fa3fcac67a4a23290518 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 15 Apr 2023 01:56:30 +0300 Subject: Initial commit --- Readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Readme.md (limited to 'Readme.md') 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 + + + +[readme-template]: https://github.com/dbader/readme-template -- cgit v1.2.3