| ??? 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. |
| Topic | Author | Date |
| 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 |



