Please, which Asm and Visual IDE for Drag and Drop

Started by vmars, May 22, 2009, 08:36:30 PM

Previous topic - Next topic

vmars

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

mitchi

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.

TmX

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)