credits added

This commit is contained in:
2019-03-10 21:21:44 +01:00
parent a46c48b533
commit af09b2566f

View File

@@ -13,3 +13,5 @@ nasm -g -f elf64 <file.asm>
ld <object-files> -o <executable-name> # Default ld <object-files> -o <executable-name> # Default
gcc <object-files> -o <executable-name> # When using C library functions gcc <object-files> -o <executable-name> # When using C library functions
``` ```
Based upon the work of [Carmo M de F Barbosa](https://gitlab.com/mcmfb/intro_x86-64)