diff options
author | Oxore <oxore@protonmail.com> | 2023-05-11 09:17:23 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-11 09:17:23 +0300 |
commit | 2714fbf2607f1153eb34d23bb5785174b07116ed (patch) | |
tree | fab70315e98ba95c2a9e2b77040ce91e1821e489 /Readme.md | |
parent | 145ffa381e6e0eb563655fde0b11ef2ebc2cf293 (diff) |
Add note about Optparse, add license headers
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ Authors: This is free and unencumbered software released into the public domain. See ``UNLICENSE`` for more information. +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 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). |