Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Assembly Language support in Visual Studio 2015

I installed Visual Studio 2015 Community and want to use Assembly Languege in 32bit mostly.

like image 315
Gabriel Rosario Avatar asked Jan 26 '26 17:01

Gabriel Rosario


1 Answers

Despite what sanaris said, it IS possible to build masm using VS2015. However this is a trick you have to know.

You will need to right click on the project (not the solution) and select "Build Dependencies/Build Customizations". From there, check the "masm" box.

That's it. Now asm files will be built using ml and linked in to your executable as expected.

Note that this is basically the sames as the instructions for VS2010, except that there is one more layer of menu (must look under Build Dependencies).

If you already have asm files added to your project, they probably got added as "Does not participate in build." You can either remove/re-add them, or right click on the file and change the "Item Type" to "Microsoft Macro Assembler."

like image 117
David Wohlferd Avatar answered Jan 28 '26 08:01

David Wohlferd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!