about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/Readme.md6
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)