Skip to content
Snippets Groups Projects
README.md 238 B
Newer Older
Compileflags in the makefile might need to be adjusted

Sebastian Al-Kallas's avatar
Sebastian Al-Kallas committed

tested for linux (mint)
Sebastian Al-Kallas's avatar
Sebastian Al-Kallas committed
>  nasm -f elf64 -O0 -g -F dwarf  
>  gcc -ggdb -lc -no-pie  
Sebastian Al-Kallas's avatar
Sebastian Al-Kallas committed

Sebastian Al-Kallas's avatar
Sebastian Al-Kallas committed
>  nasm -f macho64 -O0 -g --prefix _  
>  arch -x86_64 gcc -W1, -no_pie -Wall -O0 -g