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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/06/06 01:33
Read: times


 
#121708 - Do not fight you tools
Responding to: ???'s previous message
Do the Asm in asm subroutines.

unsigned short MeasurePeriodTime(void)
{
   return 0;	
}


Take that function in its own C file Compile it with generate SRC turned on.
Take that file rename with a .a51. Delete the origional C file.
Include the new one, and add your code.

You and the compiler will both be happy.

List of 7 messages in thread
TopicAuthorDate
Getting result of inline asm with Keil            01/01/70 00:00      
   Return value from an auto            01/01/70 00:00      
   Do not fight you tools            01/01/70 00:00      
      Adding some C code afterwards            01/01/70 00:00      
         That will be another post            01/01/70 00:00      
      The asm routines in a a51 file            01/01/70 00:00      
   mixing            01/01/70 00:00      

Back to Subject List