Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/16/02 17:24
Read: times


 
#25902 - RE: C and Assembly code interfacing
The way I do it is to make a skeleton function in C such as

void hello (int avalue)
{
avalue = 0;
}

without any optimising, this will give you what you want, just use the resulting assembler code as a template.

Erik

List of 9 messages in thread
TopicAuthorDate
C and Assembly code interfacing            01/01/70 00:00      
RE: C and Assembly code interfacing            01/01/70 00:00      
RE: Erik            01/01/70 00:00      
RE: Erik            01/01/70 00:00      
RE: C and Assembly code interfacing            01/01/70 00:00      
RE: C and Assembly code interfacing            01/01/70 00:00      
RE: C and Assembly code interfaci            01/01/70 00:00      
RE: C and Assembly code interfacing            01/01/70 00:00      
RE: C and Assembly code interfacing            01/01/70 00:00      

Back to Subject List