At 08:14 AM 8/20/2002 +0200, you wrote:
>Hello everybody,
>
>Do you know if Code Warrior allow us to use assembler code in C code.
>I put "Nop" in my program and i have an error during the compilation.
>
>I think I have to put something before and after "Nop" if I want that
>CodeWarrior understand the nop instruction.
Writing
asm { nop }
should work... CW's C/C++ compiler doesn't directly recognize assembly
language unless its inside an asm block.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/