fixing CI releated issues

This commit is contained in:
Anton-4 2023-03-10 15:31:46 +01:00
parent 1812fc2d4c
commit 49196ad032
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
4 changed files with 22 additions and 23 deletions

View file

@ -108,7 +108,7 @@ This is the general procedure I follow with some helpful links:
- [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) -
- [Intel 64 ISA Reference](https://community.intel.com/legacyfs/online/drupal_files/managed/a4/60/325383-sdm-vol-2abcd.pdf) -
Super dense manual.
Contains everything you would need to know for x86_64.
Also is like 2000 pages.