Author Topic: Visual Studio 015 support for MASM  (Read 7537 times)

Offline agguro

  • Jr. Member
  • *
  • Posts: 4
Visual Studio 015 support for MASM
« on: September 12, 2015, 09:54:50 AM »
This just a post for you guys who have difficulties with masm on windows.
After a day searching I managed to use masm on windows through visual studio 2015. The community builder is freely downloadable and I've hosted 5 templates on GitHub agguro/windows-assembly-programming that I (or better we) can use to build applications.
- template for console applications
- template for windows forms (like they like to call it)
- template for asm source file
- template for inc file
- template for asm source and inc file for let's say the same sub source file.
Just to mention I hope you can use it.
I host also examples for linux.