An open API service indexing awesome lists of open source software.

https://github.com/neorandom/assembly-x86_64-nasm

Repository to store my tests with Assembly x86_64 using NASM on Linux
https://github.com/neorandom/assembly-x86_64-nasm

assembly assembly-x86 linux nasm x86-64

Last synced: 10 months ago
JSON representation

Repository to store my tests with Assembly x86_64 using NASM on Linux

Awesome Lists containing this project

README

          

# Assembly x86_64 (NASM, Linux)

Repository to store my tests with Assembly x86_64 using NASM on Linux

## Some links

- [x86_64 Linux Assembly Tutorial - kupala](https://youtube.com/playlist?list=PLetF-YjXm-sCH6FrTz4AQhfH6INDQvQSn&si=5yW17suz4m16vSkg)
- [x86_64 Registers list](https://math.hws.edu/eck/cs220/f22/registers.html)
- [x86_64 SysCall list](https://x64.syscall.sh/)
- [ASCII Table](https://www.asciitable.com/)