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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/09/06 16:33
Modified:
  06/09/06 16:39

Read: times


 
#118109 - whichever tools the easy way is to ..
Responding to: ???'s previous message
write a "skeleton" function in C such as:
U8 skeleton (U8 hello, U16 goodbye)
{
  U8 retval;
  ... a bit of random code using the above hello - goodbye
  return (retval);
}
and then use the generated assembler as a template for the assembler function.

Erik



List of 6 messages in thread
TopicAuthorDate
SDCC assembly interfacing            01/01/70 00:00      
   read the manual            01/01/70 00:00      
      I did (ofcourse)            01/01/70 00:00      
         whichever tools the easy way is to ..            01/01/70 00:00      
         _naked            01/01/70 00:00      
            well....            01/01/70 00:00      

Back to Subject List