As soon as I'm trying to use labels in inline assembly code the app crashes immediately after the accordant asm statement because of incomprehensible EAX_BAD_ACCESS
errors.
For example consider the following code:
asm volatile (
"myloop: \n"
:
:
:
);
Why causes this snippet always a crash? I'm using Xcode 4.3.1 with gcc 4.2.