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