NO

Author Topic: nested __asm  (Read 10178 times)

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: nested __asm
« Reply #15 on: May 18, 2012, 10:55:10 PM »
Moving assembly code to a separate .asm module avoids conflicts with the C compiler's optimization engine.
Code it... That's all...

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: nested __asm
« Reply #16 on: May 20, 2012, 02:00:03 PM »
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