nested __asm

Started by czerny, April 24, 2012, 02:17:49 PM

Previous topic - Next topic

Vortex

Moving assembly code to a separate .asm module avoids conflicts with the C compiler's optimization engine.
Code it... That's all...

Pelle

The compiler actually tried to handle this case, but I suspect it got broken in 2007 (the only logged change in this function after the support for nested __asm was added).
At leasted nested __asm statements appears to be rather "unpopular"...
/Pelle