News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

New IDE alternative for asm development

Started by johnsa, November 11, 2016, 03:43:17 AM

Previous topic - Next topic

johnsa

Visual Studio Code (it's free, I already use it for node.js, web and other stuff).. it has integrated terminal, integrated git.. customizable build..AND now:

https://marketplace.visualstudio.com/items?itemName=13xforever.language-x86-64-assembly

Refer here how a C++ setup would be created, which is pretty much identical, you can build the same way or use the integrated terminal window if you prefer.

https://code.visualstudio.com/docs/languages/cpp

No integrated debugging though, you can launch it but it's not nearly as good as using Visual Studio itself, but hey.. it's all free.