diff options
author | Oxore <oxore@protonmail.com> | 2023-05-10 23:01:38 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-10 23:02:39 +0300 |
commit | 5981e3d7eefba54db40d5cc11728307b2aa3d88d (patch) | |
tree | a9caf6d2bd374819411f5701abbaa879e816f42f | |
parent | 00d0b6eb6a8f0dd38ecc0b6d140963fa72419192 (diff) |
Add the resources list to Readme.md
-rw-r--r-- | Readme.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -68,8 +68,12 @@ Authors: 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 +Resources used to implement the disassember (this set is more than sufficient to +support all of M68000 instructions): +- [The 68000's Instruction Set](http://wpage.unina.it/rcanonic/didattica/ce1/docs/68000.pdf) - Appendix of an unrecognized book. Basically the same information also could be found in [gh:prb28/m68k-instructions-documentation](https://github.com/prb28/m68k-instructions-documentation). +- [Motorola 68000 CPU Opcodes](http://goldencrystal.free.fr/M68kOpcodes-v2.3.pdf). +- GNU assembler (GNU Binutils) 2.40 (`m68k-none-elf-as`). +- GNU objdump (GNU Binutils) 2.40 (`m68k-none-elf-objdump`). ## Contributing |