How can i use functions from libc in NASM 64 bit
im making my own programming language and i wanted to call some functions from libc (es strcat and printf) but im unsure on how to call them correctly(i dont which cpu registry to use and if i have to actually use them to pass arguments), by now i got printf to work following a git hub example. (https://gist.github.com/jamichaels/a5e770105615d9e32b18)