about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-15 15:21:51 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-15 15:21:51 -0700
commit8f64fc0a603c728348c14401dafbe2e10709a201 (patch)
tree6da9dae1e844b88ada7b42b091b2da08a38d0a59
parentfc455c969d1d193f2bd8cb4f139b7da74b719117 (diff)
downloadmu-8f64fc0a603c728348c14401dafbe2e10709a201.tar.gz
4348
-rw-r--r--subx/Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 36ded2e4..8ed47deb 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -63,7 +63,8 @@ format. SubX is about programming with a small, regular subset of 32-bit x86:
 
 ## Resources
 
-* [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf) (pdf)
+* [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf)
+  (pdf; [cached local copy](https://github.com/akkartik/mu/blob/master/subx/cheatsheet.pdf))
 * [Concise reference for the x86 ISA](https://c9x.me/x86)
 * [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)