you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 years ago (1 child)

Sometimes you can't get around it though.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    Afaik MSVC forbids it and it’s one of the very few nice things about c++ on windows.

    If you need to write assembly don’t fucking do it in a cpp file. Create a header, an assembly file, assemble it and link to it.

  • source
  • parent