The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: vmars on May 22, 2009, 08:36:30 PM

Title: Please, which Asm and Visual IDE for Drag and Drop
Post by: vmars on May 22, 2009, 08:36:30 PM
Greetings:
I am coming from Delphi pgming IDE.
so I am looking for a VisualAsm IDE .
Of all the IDEs ,
?please, which would allow me to DragAndDrop components onto a DesignWindow.?
I plan to learn via Bill Aitken totorials.
?Please, which ASM would you recommend for my WindowsXp environment?
?Also, which of these ASMs can be applied to other computers, with minor conversions (Pc,Mac, linux)?

Thanks a bunch!
...Vernon Marsden
Title: Re: Please, which Asm and Visual IDE for Drag and Drop
Post by: mitchi on May 22, 2009, 08:43:53 PM
There are couple of Visual IDE I know :

WinASM
EasyCode
RadAsm
RosAsm (different assembler though)

And in the assembly world, it's not uncommon to design resources separately and then link them in the .exe via batch file.
Title: Re: Please, which Asm and Visual IDE for Drag and Drop
Post by: TmX on May 23, 2009, 05:04:38 AM
Quote from: vmars on May 22, 2009, 08:36:30 PM
?Please, which ASM would you recommend for my WindowsXp environment?

you can try GoASM, MASM32, or FASM

Quote from: vmars on May 22, 2009, 08:36:30 PM
?Also, which of these ASMs can be applied to other computers, with minor conversions (Pc,Mac, linux)?

I'm afraid your only choice would be NASM (unless you're willing to use GAS)