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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/04/02 13:56
Read: times


 
#21418 - RE: combine assembler file and Keil C code
As stated on the Keil Forum:

The easy and safe method (I assume you will use assembler subroutines in a "C" main) is to write a 'skeleton' routine in "C" and compile it with the SRC directive. Then cut out the assembly code. Then cut the object with a coloumn edit. Now you have the entry and exit for your assembler routine and all interface questions are answered, so all there is left is to code the guts of the routine.

Erik

List of 3 messages in thread
TopicAuthorDate
combine assembler file and Keil C code            01/01/70 00:00      
RE: combine assembler file and Keil C code            01/01/70 00:00      
RE: combine assembler file and Keil C code            01/01/70 00:00      

Back to Subject List