Update README.md

This commit is contained in:
PoliEcho 2025-07-07 13:14:17 +00:00
parent 9e18e86267
commit b98fe306a0

View File

@ -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)
[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/)