1:You have to write program in notepad and save it in doublecouts(“”)with asm extension.View more random threads:
- What is the procedure to do CA after B.Com?
- Civil Service Exam (CSE) : Preliminary, Mains & Interview...
- Apply For Non Fake College Degrees from Accredited Online...
- Eligibility for SHE Inspire scholarship
- SAT Test
- Which university or college is best for BTech in Delhi?
- Prabhav Joshi IAS Topper Rank 23 UPSC CSE
- How to apply for CSSS (Central Sector Scholarship)
- Crucial decision by hec
- How much do you pay for your education in India?
For example u have written a program named as ex01.so save it as “ex01.asm”
2:jis drive main apka assembly compiler hai usi folder k ander app program ko save karain.
Cmmond prompt pai by default apki jo drive open ho rahi hai who agar C hai tou write command dir.
Wahan c ki poory directry open ho jai gi and u can check that ur assembly comiler folder is there or not in the list.then type command cd\assembly
Tou yeh cheez samnay aiy gi
c:\assembly>
3. 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
4. Type the following command to open the com file in the AFD debugger.
c:\assembly> afd ex01.com
5:jub debugger main program open ho jai ga tou u can use will have to press F2 key to execute the program line by line.and if u want to compile the whole program at once then u can use key F9.
hope this would help u.
Sponsored Links
There are currently 1 users browsing this thread. (0 members and 1 guests)