The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: escudo825 on January 24, 2006, 05:35:39 PM

Title: where can I find a good IDE?
Post by: escudo825 on January 24, 2006, 05:35:39 PM
I'm interested in learning assembly. but I can't find any good IDE's anywhere.

I would like to also know where I can find some tutorials. at the very least a "Hello Wolrld" app so I can figure out the basics. I do have experience in other languages but based on what I've heard that might not help. (pascal, java, c++, visual basic, and calcBasic for those that are curious).
Title: Re: where can I find a good IDE?
Post by: dicky96 on January 24, 2006, 06:03:39 PM
I'm just recently learning win32 asm as well and I would recommend you try RadAsm.  I found it helped me a great deal to get started.  Also I found some great RadAsm tutorials that use it's built in ability to produce skeleton programs (like "hello world") and then spent some time adding code to these tutorials, knowing at least I would see a window on screen..... well rateher I would MOST LIKELY see a window on screen  :lol

Maybe there are other better IDE but from the point of view of a recent beginner this would be my best suggestion
Title: Re: where can I find a good IDE?
Post by: Vortex on January 24, 2006, 06:32:28 PM
Welcome on board.

Did you check the IDE Development and Support forum?

http://www.masmforum.com/simple/index.php?board=10.0
Title: Re: where can I find a good IDE?
Post by: IAO on January 26, 2006, 12:55:23 PM
Hi to all.
My English is poor. But try.

dicky96  speaks correct:  http://www.radasm.com 

and look "Easy Code" here in the forum.

by(t)e ('-').
Title: Re: where can I find a good IDE?
Post by: QvasiModo on January 26, 2006, 02:49:45 PM
There's also WinAsm Studio:

http://www.winasm.net/
Title: Re: where can I find a good IDE?
Post by: escudo825 on January 26, 2006, 03:38:29 PM
I've looked about abit more now. WinASM and MASM 8.2 looked good so I downloaded them. but WinASM would assemble fine and tell me there was an error but wouldn't tell me what it is. while MASM 8.2 I could assemble but I couldn't run any thing. I guess what I'm looking for is pretty much WinASM but it tells you what the errors are. if there is an option in WinASM to make it show the errors could anyone tell me how?
Title: Re: where can I find a good IDE?
Post by: Vortex on January 26, 2006, 06:21:00 PM
escudo825,

Quotewhile MASM 8.2 I could assemble but I couldn't run any thing.

Qeditor coming with masm32 reports all the errors while building your project.
Title: Re: where can I find a good IDE?
Post by: Jimg on January 26, 2006, 08:11:19 PM
Winasm Studio should show you the errors in the output window.  Do a View/Output if it doesn't show up automatically.
Title: Re: where can I find a good IDE?
Post by: escudo825 on January 30, 2006, 09:44:58 PM
well both of those aren't showing the errrors when I run the included samples. am I doing something wrong?