Update README.md

This commit is contained in:
Max 2022-11-21 00:13:30 +01:00 committed by GitHub
parent 4f7fe44643
commit ffd500b3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.