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
- Host: GitHub
- URL: https://github.com/neorandom/assembly-x86_64-nasm
- Owner: neoRandom
- Created: 2024-12-08T01:46:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T04:23:34.000Z (over 1 year ago)
- Last Synced: 2025-04-15T14:14:34.846Z (about 1 year ago)
- Topics: assembly, assembly-x86, linux, nasm, x86-64
- Language: Assembly
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)