about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-10 23:35:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-10 23:35:41 -0700
commit46438423d2012029b3be54103c34191eb62a8f62 (patch)
treee15d7c2a90b280e9f466f3b6ecbe147cdf02cd4c /subx/Readme.md
parent224474d7fd04263b7300d22df337c33b97de5fe5 (diff)
downloadmu-46438423d2012029b3be54103c34191eb62a8f62.tar.gz
4012
Diffstat (limited to 'subx/Readme.md')
-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)