Comment on Everyone says assembly is untyped—everyone is wrongparentComments−astrange17dThe issue is you're usually using inline asm for special cases, or else CPU features so new the compiler doesn't know about them. Which means it also doesn't know the clobbering rules.That's why it looks like an escape hatch. It is one!
Comments
The issue is you're usually using inline asm for special cases, or else CPU features so new the compiler doesn't know about them. Which means it also doesn't know the clobbering rules.
That's why it looks like an escape hatch. It is one!