Macro

nobody wrote on Monday, May 14, 2007:

Can anybody expain me "__asm"

Architecure specific.

#define portYIELD()            __asm{ int portSWITCH_INT_NUMBER }

nobody wrote on Monday, May 14, 2007:

It is an inline assembler directive.  It places the assembly code contained in the {} directly in your code.