Are there any IDEs (similar to Visual Studio) in which one can code and run Intel assembly? I believe I came across an Intel suite previously, but the product was quite expensive.
At university we used a development IDE/Simulator for ARM, but was hoping for one for Intel x86.
Assembly still sees some direct use in operating systems and drivers, and I'm sure plenty of embedded developers use it from time to time to. Obviously way less common than it used to be, but it definitely happens.
Visual Studio Code is one of the most popular code editor made by Microsoft. Visual Studio code has lots of extra features as like debugging, syntax highlighting, intelligent code completion snippets and etc.
Microsoft Win32 uses the x86 processor in 32-bit flat mode. This documentation will focus only on the flat mode.
MASM is an x86 assembler for Windows that uses the Intel syntax. (MASM Homepage)
For an IDE, you could use MASM with Visual Studio, as described here, or you could use something smaller like RadASM. WinASM is also another one.
When I do any ASM on my Linux box I use NASM plus a text editor (gedit).
Why not Visual Studio?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With