From b98fe306a0a2d02c2ba27d7cad2609d294807f56 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Mon, 7 Jul 2025 13:14:17 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee281d3..ee3386e 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,5 @@ ### additional resources [Linux syscalls](https://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/) [System V AMD64 ABI](https://refspecs.linuxbase.org/elf/x86_64-abi-0.99.pdf) -[Getting arguments](https://github.com/tonyOreglia/argument-counter/wiki/x86-64-Linux-Assembly-Part-1:-Printing-Command-Line-Arguments) \ No newline at end of file +[Getting arguments](https://github.com/tonyOreglia/argument-counter/wiki/x86-64-Linux-Assembly-Part-1:-Printing-Command-Line-Arguments) +[x86 and amd64 instruction reference](https://www.felixcloutier.com/x86/) \ No newline at end of file