Sunteți pe pagina 1din 1

Dear Student,

1. First of all download “AssmSoft.Zip” from the following link


http://vulms.vu.edu.pk/Courses/CS401/Downloads/AssmSoft.zip

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 ex01.asm 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 ex01.asm -o ex01.com -l ex01.lst

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

c:\assembly> afd ex01.com

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

S-ar putea să vă placă și