Comment Re: um what? (Score 1) 72
We use NASM for all of our x86_64 platforms, and clang for arm64. We even cross-compile Windows on Arm using clang-cl on Linux. Some team members would like to use clang for everything and eliminate VS Studio, gcc and perhaps even Apple clang, but that would also mean updating a bunch of old assembly.
Whatâ(TM)s the appeal of MASM? Why would somebody want that to be cross-platform given the existing alternatives?