The MASM Forum

General => The Campus => Topic started by: trananht1612 on October 17, 2018, 07:04:27 PM

Title: How to test and run assembly programs without Visual Studio
Post by: trananht1612 on October 17, 2018, 07:04:27 PM
when I tried to run a simple program in your famous masm32 assembler, my computer tried opening up Visual Studio (and of course, my trial expired, so I didn't get a chance to view the output of my program). This is getting annoying. Can someone please tell me where I can get a free IDE that will compile, run, and output the results of masm programs WITHOUT Visual Studio?
Title: Re: How to test and run assembly programs without Visual Studio
Post by: hutch-- on October 17, 2018, 07:13:39 PM
 :biggrin:

Sounds like you have been having fun. Go to the link at the top right of the forum, download MASM32 SDK and install it on a different partition if you have more the C:.

Once you have it installed and running properly you can use the later version of ML.EXE from your VS directory.

Then show us what the code was that you were trying to build.
Title: Re: How to test and run assembly programs without Visual Studio
Post by: jj2007 on October 17, 2018, 08:09:50 PM
Hi Antran,

Welcome to the forum, and nice to meet you :icon14:

Hutch is the boss here, but many others will also be willing to help you. For the installation, see here a step-by-step guide (http://www.webalice.it/jj2006/Masm32_Tips_Tricks_and_Traps.htm) (you can ignore steps 5-7).

Can you write some words about your background, and why you are interested in assembly programming?
Title: Re: How to test and run assembly programs without Visual Studio
Post by: hutch-- on October 18, 2018, 01:39:53 AM
My real title is the Janitor, I sweep the floors, put the garbage out, referee the occasional disagreement and shovel spammers out the door faster than Haley's comet.  :biggrin:
Title: Re: How to test and run assembly programs without Visual Studio
Post by: Adamanteus on October 18, 2018, 07:19:16 AM
If to you need to build Visual Studio project, is need to use project manager, as NMake from MS SDK - and write to it makefile, that is better to do by some system, as from this topic (http://masm32.com/board/index.php?topic=6956.0).
Title: Re: How to test and run assembly programs without Visual Studio
Post by: aw27 on October 18, 2018, 08:38:31 PM
Quote
my computer tried opening up Visual Studio (and of course, my trial expired, so I didn't get a chance to view the output of my program)
Very weird, never happened to me.
Title: Re: How to test and run assembly programs without Visual Studio
Post by: hutch-- on October 18, 2018, 09:00:38 PM
I have seen that happen a long time ago, when a demo runs out of time it just stops working. Trick is to extract the binaries you want from it and then completely remove it.
Title: Re: How to test and run assembly programs without Visual Studio
Post by: aw27 on October 18, 2018, 10:26:04 PM
It can happen with the paid versions of VS Studio.
But I was thinking on the free VS Community editions, you need to register with a free Microsoft account after 30 days but a free of charge obligation is usually not an issue.