aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/vs2010-masm-support.md
blob: 840cbf39c00a16517d92944e00caa6891b289248 (plain)
1
2
3
4
5
6
7
8
## Support for MASM in Visual Studio backends

Previously, assembling `.masm` files with Microsoft's Macro Assembler is only
available on the Ninja backend. This now also works on Visual Studio backends.

Note that building ARM64EC code using `ml64.exe` is currently unimplemented in
both of the backends. If you need mixing x64 and Arm64 in your project, please
file an issue on GitHub.