Hi,
can someone help me with an example, of how to call a function made in assembly from C language for 64 bit? (using gcc under linux)
I basically need to pass the 2 pointers to the function and i would like to pass them through the registers. What registers should i use? And how do i tell GCC i want the data in those registers? And also, where should i store return value?
Thanks in advance