diff options
Diffstat (limited to 'subx_bare.md')
-rw-r--r-- | subx_bare.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx_bare.md b/subx_bare.md index f8f00864..ab909e72 100644 --- a/subx_bare.md +++ b/subx_bare.md @@ -169,7 +169,7 @@ $ echo $? ## 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; [cached local copy](https://github.com/akkartik/mu/blob/master/cheatsheet.pdf)) + (pdf; [cached local copy](https://github.com/akkartik/mu/blob/main/cheatsheet.pdf)) - [Concise reference for the x86 ISA](https://c9x.me/x86) - [Concise reference for the x86 ISA #2](http://ref.x86asm.net/coder32.html) - [Intel processor 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) |