Merge branch 'master' of github.com:hmaxnl/asm-hello-world

This commit is contained in:
Max 2022-11-21 00:16:23 +01:00
commit c8ed54c7ae

View File

@ -1,2 +1,4 @@
# asm-hello-world # asm-hello-world
Hello world in x86_64 assembly. A simple hello world in x86_64 assembly with the AT&T syntax.
Only work on linux atm.