From 5981e3d7eefba54db40d5cc11728307b2aa3d88d Mon Sep 17 00:00:00 2001 From: Oxore Date: Wed, 10 May 2023 23:01:38 +0300 Subject: Add the resources list to Readme.md --- Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 4343eea..b932d85 100644 --- a/Readme.md +++ b/Readme.md @@ -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 -- cgit v1.2.3