diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-02-28 21:36:50 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-02-28 21:36:50 +0100 |
commit | 5e76b1948f7d7f499993862933f0622cf76d83ff (patch) | |
tree | aa70f7b2f98b3c2eff13aa39e237c7658abd55fe /src/arch/x86_64.md | |
parent | 548d3291eefc5150778f9f532fe95374155fd822 (diff) | |
download | notes-5e76b1948f7d7f499993862933f0622cf76d83ff.tar.gz notes-5e76b1948f7d7f499993862933f0622cf76d83ff.zip |
update references
Diffstat (limited to 'src/arch/x86_64.md')
-rw-r--r-- | src/arch/x86_64.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86_64.md b/src/arch/x86_64.md index 7fd5113..5498569 100644 --- a/src/arch/x86_64.md +++ b/src/arch/x86_64.md @@ -210,6 +210,7 @@ Hi ASM-World! - [Intel 64 Vol3: System Programming Guide][intel64_vol3] - [GNU Assembler][gas_doc] - [GNU Assembler Directives][gas_directives] +- [GNU Assembler `x86_64` dependent features][gas_x86_64] [sysvabi]: https://www.uclibc.org/docs/psABI-x86_64.pdf @@ -222,3 +223,4 @@ Hi ASM-World! [intel64_vol3]: https://software.intel.com/content/www/us/en/develop/download/intel-64-and-ia-32-architectures-sdm-combined-volumes-3a-3b-3c-and-3d-system-programming-guide.html [gas_doc]: https://sourceware.org/binutils/docs/as [gas_directives]: https://sourceware.org/binutils/docs/as/Pseudo-Ops.html#Pseudo-Ops +[gas_x86_64]: https://sourceware.org/binutils/docs/as/i386_002dDependent.html |