I have a NASM file and a C file. How do I call a function in the C file from the NASM file? How do I call a NASM function from the C file?
Many Thanks DD
I have a NASM file and a C file. How do I call a function in the C file from the NASM file? How do I call a NASM function from the C file?
Many Thanks DD
Calling assembly function from C:
C file:
assembly file:
compiling:
Calling C function from assembly:
C file:
assembly file:
compiling: