summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-26 00:09:25 +0300
committerOxore <oxore@protonmail.com>2023-05-26 00:09:25 +0300
commit969a60b6983853d9993844738339255ab0975031 (patch)
tree8985c51a796119c3703fc76fb45b678b858bdc89 /Readme.md
parentb5505144c731ae992c17a5efdf53410994fdcb11 (diff)
Fix typo
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index f387a6b..c7c0853 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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).