diff options
author | Oxore <oxore@protonmail.com> | 2023-05-26 00:09:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-26 00:09:25 +0300 |
commit | 969a60b6983853d9993844738339255ab0975031 (patch) | |
tree | 8985c51a796119c3703fc76fb45b678b858bdc89 | |
parent | b5505144c731ae992c17a5efdf53410994fdcb11 (diff) |
Fix typo
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ This is free and unencumbered software released into the public domain. See This repository includes source code of other projects: - Optparse ([gh:skeeto/optparse](https://github.com/skeeto/optparse)) - Unlicense -Resources used to implement the disassember (this set is more than sufficient to +Resources used to implement the disassembler (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). |