How To Program In Assembly Language

As we Know Assembly Language is a Low Level language ...
 So Their is a Compiler IDE for almost every programming language so for assembly we use Masm615 to compile over assembly code .

Download MASAM615 :: :: Click Here-

Download masm615 from above link and extract it in any where in your PC Disk drives..
 How to Extract: 
Move that .Rar file to any disk or folder then Right Click on it and Chose Extract Files like

then open notepad and write your code in it like


and Save As it with extension of .asm 

Complete code of Hello World in Assembly  

Then save that Notepad file in Your Masm615 Folder
 Now How To Compile it:
Open cmd (Command Prompt )


it whould be like it

so if you save masm615 in Your C: Disk then For go back to C:
just Type CD \


then it will go back to C:
if you save Your Masm in other disk simple type Disk Name with Colon like D: , E: 


now to open Masm615 simple type cd masm615


Now type make32 and the name of notepad file

like: make32 hello

and press ENTER


if their is no error in your code it will compile successfully and show cmd like this then again press Enter 


and type again the name of your note pad file



and that's it your output is here in the cmd


Small review :
C:\Document and setting\ugd>
C:\Document and setting\ugd>cd \
C:\>cd masm615
C:\masm615>
C:\masm615>make32 hello
.
.
.
Press any key to continue [Enter]
C:\masm615>hello


OUTPUT ON THE TOP OF CMD SCREEN

IMPORTANT PROGRAMS IN ASSEMBLY LANGUAGE

No comments

Powered by Blogger.