ASM Compiler Directive - Keil Embedded Development Tools for ARM, Cortex-M, Cortex-R4,
The ASM directive signals the beginning of a block of assembler source text to merge into the .SRC file generated using the SRC directive. The ENDASM directive signals the end of the source text block. The source text can be thought of as in-line assembly...