diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-10 23:35:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-10 23:35:41 -0700 |
commit | 46438423d2012029b3be54103c34191eb62a8f62 (patch) | |
tree | e15d7c2a90b280e9f466f3b6ecbe147cdf02cd4c | |
parent | 224474d7fd04263b7300d22df337c33b97de5fe5 (diff) | |
download | mu-46438423d2012029b3be54103c34191eb62a8f62.tar.gz |
4012
-rw-r--r-- | subx/Readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 5af4f750..c8832b46 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -13,3 +13,9 @@ To run tests: ``` ./subx ``` + +x86 instruction set resources used in building this: + +* [Intel programming manual](http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf) (pdf) +* [Concise instruction reference](https://c9x.me/x86) +* [Single-page cheatsheet](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf) (pdf) |