100% found this document useful (1 vote)
2K views1 page

Assembly Software Installation Guide

The document provides instructions for downloading and installing assembly software needed for a CS401 course. Students are directed to download a zip file from a provided link, extract the files to a new "Assembly" folder, use DOS commands like cd, nasm, and afd to assemble and debug an example assembly program file.

Uploaded by

H Yasir
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views1 page

Assembly Software Installation Guide

The document provides instructions for downloading and installing assembly software needed for a CS401 course. Students are directed to download a zip file from a provided link, extract the files to a new "Assembly" folder, use DOS commands like cd, nasm, and afd to assemble and debug an example assembly program file.

Uploaded by

H Yasir
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
  • Software Installation Instructions

Dear Student,

1. First of all download “[Link]” from the following link


[Link]
2. Now make a folder on Your C or D drive with name “Assembly”.

3. Unzip all three files in Assembly folder (make sure you have combined all the files from
each folder in the single folder named Assembly).

4. The process of installing is complete now.

5. Go to Dos prompt from Start Up menu->Programs-->Accessories-->Command prompt

6. Now you would see a prompt like C :\> on Dos prompt.

7. Type C :\> cd assembly and press enter the you would see a prompt as C:\ Assembly>

8. Now type Edit [Link] on C:\Assembly> prompt and write your program.

9. When you have finished writing program, save it and press Alt+f+x to go back to Dos prompt.

10. Now type the following command to assemble and create the com and lst files.

c:\assembly> nasm [Link] -o [Link] -l [Link]

11. Type the following command to open the com file in the AFD debugger.

c:\assembly> afd [Link]

12. Now keep on pressing F2 key to check the execution of the program step by step.

13. For executing the program at once type

CMD > G

Press Enter

14. To exit from the debugger type


CMD > quit
Press Enter

Read more at [Link]


software?groupUrl=cs401computerarchitectureandassemblylanguageprogra&#urm9KVa8mVpu
yWKo.99

Dear Student, 
1.    First of all download “AssmSoft.Zip” from the following link 
http://vulms.vu.edu.pk/Courses/CS401/Downl

You might also like