diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-28 20:43:31 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-28 20:43:31 +0200 |
commit | 0251d5eb083c5566375247a8c304893fd4a6afef (patch) | |
tree | 94e816cfda60509238f74f3ca91aa41580732f38 /src/arch/x86_64.md | |
parent | 05bd41d95ac0af7dfffd1c5f1a9ac46a72a1adf2 (diff) | |
download | notes-0251d5eb083c5566375247a8c304893fd4a6afef.tar.gz notes-0251d5eb083c5566375247a8c304893fd4a6afef.zip |
add missing gas refs in x86_64
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 f3d7088..e2bb527 100644 --- a/src/arch/x86_64.md +++ b/src/arch/x86_64.md @@ -195,6 +195,8 @@ Hi ASM-World! - [Intel 64 Vol1: Basic Architecture][intel64_vol1] - [Intel 64 Vol2: Instruction Set Reference][intel64_vol2] - [Intel 64 Vol3: System Programming Guide][intel64_vol3] +- [GNU Assembler][gas_doc] +- [GNU Assembler Directives][gas_directives] [sysvabi]: https://www.uclibc.org/docs/psABI-x86_64.pdf |