NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: trazom on October 05, 2019, 09:31:28 PM

Title: IDE for asm
Post by: trazom on October 05, 2019, 09:31:28 PM
Hello,
which program to use to edit and compile asm?
T
Title: Re: IDE for asm
Post by: avcaballero on October 06, 2019, 07:25:54 AM
Notepad++  (+) batch file?
Title: Re: IDE for asm
Post by: RuudB on October 09, 2019, 10:12:28 AM
I use PSPad, www.pspad.com/en/ (http://www.pspad.com/en/), because IMHO it quite easy to execute a batch file that has been linked to an extension. When wanting to assemble a source code, I press Ctrl-F9 and a batch file does the rest. No need at all to switch between windows.
I have tried Notepad++ because it is more well known, but I couldn't get it to work properly.