The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
64 bit assembler
»
UASM Assembler Development
»
New IDE alternative for asm development
« previous
next »
Print
Pages: [
1
]
Author
Topic: New IDE alternative for asm development (Read 2889 times)
johnsa
Member
Posts: 893
New IDE alternative for asm development
«
on:
November 11, 2016, 03:43:17 AM »
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.
Logged
Uasm (Site)
http://www.terraspace.co.uk/uasm.html
Uasm (GitHub)
https://github.com/Terraspace/UASM
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
64 bit assembler
»
UASM Assembler Development
»
New IDE alternative for asm development