Hello world in x86_64 assembly.
Go to file
2022-11-21 00:19:09 +01:00
build Push source. 2022-11-20 23:53:53 +01:00
.gitignore Update .gitignore 2022-11-21 00:19:09 +01:00
asm-hello-world.kdev4 Push source. 2022-11-20 23:53:53 +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.