mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
patch instruction reference link
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
bcaff7f478
commit
4157c0e72d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ This is the general procedure I follow with some helpful links:
|
|||
Also, sometimes it doesn't seem to generate things quite as you expect.
|
||||
- [Alternative Online Assembler](http://shell-storm.org/online/Online-Assembler-and-Disassembler/) -
|
||||
Like previous but with more architecture options.
|
||||
- [x86 and amd64 instruction reference](https://www.felixcloutier.com/x86/) -
|
||||
- [x86 and amd64 instruction reference](https://web.archive.org/web/20230221053750/https://www.felixcloutier.com/x86/) -
|
||||
Great for looking up x86_64 instructions and there bytes.
|
||||
Definitely missing information if you aren't used to reading it.
|
||||
- [Intel 64 ISA Reference](https://software.intel.com/content/dam/develop/public/us/en/documents/325383-sdm-vol-2abcd.pdf) -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue