iphone - inline assembly error -


I am using the inline assembly for the iLine, I am working for device debug mode.

The following types:

  __ asm __ ("smlatb% 0,% 1,% 2,% 3 \ n \ t": "= r" (temporary) : "R" (treg5): "r" (fac5): "r" (temporary));  

and I am getting an error:

error: expected ') before' tokedn ('error: unknown register name' r 'in' Asm '

I am using X-Code 3.0 and GCC 4.0. Any ideas?

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -