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:)
To Open/Run MASM :: Open CMD and type the code
- C:
- cd MASM
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).
And paste the code as shown in image below.
Here's the code to paste
mount c c:\
cd c:
cd masm
cd c:
cd masm
That's it done now you can use MASM Assembler
Downloads
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..
22 comments
commentsHello,
ReplyVery 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
hello
Replysir how to see the result of a program ? iam having a windows 7 s/m
Sorry For the inconvenience. The server is down I have updated the link..
ReplyYou can download it now...:)
I have mentioned the steps to execute Please read the steps given above..:)
ReplyMount code should be amended to run masm properly otherwise an error "unable to change to masm" occurs.
Replymount code is as follows:
mount c c:\
c:
cd masm
edit is not recognized as an internal o external command,operable program or batch file
Replyi 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
i guess the file isn't downloaded properly. There should be an EDIT file inside masm folder, u must b not having it..
ReplyPlease download the masm which i have put up here... then try.
thanks for the link dude
Replyi hav downloaded the software bt how to install it..
Replythank you dude,,.. :) :)
Replyhow to execute in windows 8
ReplyDer is no dosbox option file...
Replywhile linking the code i got some library error
Replycannot find lib
tools.ini not found whie using cv/p filename.asm.pls help
ReplyHi 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?
Replymasm 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"this app cant run on your c .plz ask the software publisher " is the error i get .my pc is windows 8
Reply.
masm is not supported on my 64 bit windows.. what i do ?
ReplyHow to execute,,??? i am not able to Execute
Replyhello sir i am using windows 10 after downloading masm software what shall i do
ReplyAfter I changed it to drive d
ReplyEdit command is not executing
Please use C drive to run and execute the programs.
Reply