We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hullo guys , I want to write some performance-critical sections in Assembly to be called from the C code , The C compiler in my KEIL is ARMCC and the Assembler is ARMASM . Any help or guide to good documentation or examples ?
It's a portion of a .s file, describing a function, with comments on how to call it from a .c file.
You could paste it into your existing startup.s file