I have some legacy assembly routines for an application. Now we are doing some changes where there is a requirement to call these assembly routines from c functions. How easily that can be done.
second if some fresh assembly routines has to be written, how that to be integrated with c functions.