This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Inline Assembler syntax for ARM

I had create a function that use
__asm{ NOP NOP NOP NOP};
which it's work correctly on older version (about 4.0x).
but It's problem in 4.2x version like this
": error: #1083: Inline assembler syntax error"

Does anyone has new Inline Assembler Syntax ??
Please told me...

Thank you