• @riodoro1
      link
      137 months ago

      Inline assembly is such a shit practice. But c++ bad.

        • @riodoro1
          link
          17 months 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.