C Syntax: Cortex M3 ARMCC Insert NOP

What is the syntax for inserting inline assembly using Keil uVision IDE and the ARMCC compiler?

This does not seem to work
#define CUSTOM_DELAY() {_asm(nop)}

More questions in this forum