mirror of
https://github.com/hmaxnl/asm-hello-world.git
synced 2025-01-17 23:24:19 +01:00
Hello world in x86_64 assembly.
.gitignore | ||
CMakeLists.txt | ||
main.S | ||
README.md |
asm-hello-world
A simple hello world in x86_64 assembly with the AT&T syntax.
Only work on linux atm.