How to use ASM into C code compiled by µVision ?
"If you need to write assembly, then write an assembly source file and use the assembler to translate it - don't mess about bastardising your 'C'." For a prime example, see my comments of 4/23/04 7:01:18 in this thread: http://www.keil.com/forum/docs/thread4371.asp The use of inline-assembler in the example caused some useless assembler to be generated, and required adding four lines of useless 'C' whose sole function was to suppress compiler warnings!