MASM for Windows 10/8/7/vista/xp




Hey guys..
In this blog I'm gonna write about one of the Assembler software.Hope you follow it.

/* All download links are provided at the bottom of the page for better user interface on mobile devices. */

MASM Assembler: It was one of the Assembler used for programming in Assembly language in 8086 Microprocessor.

Basically MASM Assembler was developed for Windows Xp,But It works in Windows 7 32bit not in 64 bit so you might have to use DosBox for it..

Download and Install MASM Assembler for Windows Xp  / Windows 7 32-bit


  • Download MASM Assembler(Link in Download Section ↓)
  • Extract the downloaded file using winrar to a drive (C:)
        Note: At the time of installation please extract the file to Drive C:
To Open/Run MASM ::   Open CMD and type the code
  • C:
  • cd MASM
      Note: To execute Programs place your programs in the C:/MASM folder

 Follow the commands to execute the program

edit filename.asm                                        //Used to edit the program
masm filename.asm;                                   //Compiling the code
link filename.obj;                                       //linking the object code
debug filename.exe                                    //Executing the code
-t                                                                 //to trace
-g                                                                //to execute
-q                                                                //to quit

*Where filename is the name of your program

Install MASM  for Windows 7 64-bit/ Windows 8 / Windows 10
Follow the above instruction to download masm and place it in the drive C: as mentioned above
For using Turbo c u need to install DosBox.
Download DosBox Software (Link in Download Section )
Now the fun part..
If you want to open MASM Assembler to be opened every time you open Dos box then...
Go to Program Files.  [Program Files(x86) in 64bit]

Get into DosBox folder.

Find "DOSBox 0.74 Options" and double click to open the file(scroll to the end of file).

dosbox


And paste the code as shown in image below. 


DOSBox 0.74 Options



Here's the code to paste

mount c c:\
cd c:
cd masm


That's it done now you can use MASM Assembler


Downloads



This piece of blog is for VTU 2010 syllabus students..

here are some of the masm programs for you. Just extract them...

Programs Download

That's it guys if you have any problems or if your are finding difficulty then please feel free to comment and I'll reply to  that..

I'm a BE graduate and is currently a freelancer. I like to play PC games and blog whenever I have free time. Thank you for visiting my blog. :)

Share this

Related Posts

Previous
Next Post »

22 comments

comments
Anonymous
January 17, 2014 at 3:05 PM delete

Hello,

Very happy to find your tutorial.
I am running windows 8.
I updated the .options file
But from there I got lost because the page to dowload MASM says "error 502 bad gateway".
Thanks for help.
Guy

Reply
avatar
Anonymous
January 19, 2014 at 10:45 PM delete

hello
sir how to see the result of a program ? iam having a windows 7 s/m

Reply
avatar
February 15, 2014 at 6:40 PM delete

Sorry For the inconvenience. The server is down I have updated the link..
You can download it now...:)

Reply
avatar
February 15, 2014 at 6:41 PM delete

I have mentioned the steps to execute Please read the steps given above..:)

Reply
avatar
February 16, 2014 at 1:30 PM delete

Mount code should be amended to run masm properly otherwise an error "unable to change to masm" occurs.
mount code is as follows:
mount c c:\
c:
cd masm

Reply
avatar
Anonymous
February 19, 2014 at 9:06 PM delete

edit is not recognized as an internal o external command,operable program or batch file



i am encounterring this error when i do EDIT DAT.ASM

it gets into masm but not this command that lets me in to the BLUE SCREEN

Reply
avatar
February 20, 2014 at 10:06 PM delete

i guess the file isn't downloaded properly. There should be an EDIT file inside masm folder, u must b not having it..

Please download the masm which i have put up here... then try.

Reply
avatar
Anonymous
February 25, 2014 at 6:48 PM delete

thanks for the link dude

Reply
avatar
Anonymous
March 16, 2014 at 1:36 PM delete

i hav downloaded the software bt how to install it..

Reply
avatar
Anonymous
April 7, 2014 at 5:40 PM delete

how to execute in windows 8

Reply
avatar
Anonymous
May 19, 2014 at 7:36 PM delete

Der is no dosbox option file...

Reply
avatar
July 12, 2014 at 9:44 AM delete

while linking the code i got some library error
cannot find lib

Reply
avatar
May 23, 2015 at 2:30 AM delete

tools.ini not found whie using cv/p filename.asm.pls help

Reply
avatar
February 5, 2016 at 4:51 PM delete

Hi I have got windows 10. I installed DOS box and unzipped the masm files. But when I'm trying to install it, it's showing error saying "Does not support software". What should I do?

Reply
avatar
March 6, 2016 at 11:08 AM delete

masm is not recognized as an internal or external command,operable program or batch file.this comes when i command as masm filename.asm... inside the mams folder ter is a maam file.. even then i get this.. wat to do

Reply
avatar
April 9, 2016 at 9:04 PM delete

"this app cant run on your c .plz ask the software publisher " is the error i get .my pc is windows 8
.

Reply
avatar
May 4, 2016 at 11:40 AM delete

masm is not supported on my 64 bit windows.. what i do ?

Reply
avatar
May 14, 2016 at 11:36 AM delete

How to execute,,??? i am not able to Execute

Reply
avatar
January 2, 2017 at 6:11 PM delete

hello sir i am using windows 10 after downloading masm software what shall i do

Reply
avatar
August 12, 2019 at 11:09 AM delete

After I changed it to drive d
Edit command is not executing

Reply
avatar
January 7, 2020 at 8:57 AM delete

Please use C drive to run and execute the programs.

Reply
avatar