aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/arch/x86_64.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64.md')
-rw-r--r--src/arch/x86_64.md2
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