Hello world in x86_64 assembly.
Go to file
2022-11-21 00:21:51 +01:00
.gitignore Clean build folder 2022-11-21 00:21:51 +01:00
CMakeLists.txt Push source. 2022-11-20 23:53:53 +01:00
main.S Push source. 2022-11-20 23:53:53 +01:00
README.md Update README.md 2022-11-21 00:13:30 +01:00

asm-hello-world

A simple hello world in x86_64 assembly with the AT&T syntax.

Only work on linux atm.