Question:

Command prompt question

by  |  earlier

0 LIKES UnLike

I bought a assembly language programming for the ibm pc family. I read chapter 1 already and now i am reading chapter 2 but i have some trouble making the first program.

I input the code and now i should create an .obj file, but for some reason the command prompt is not working. after i edit the source code i tried to create the obj. file an i input this but is not working C:\src\assem>masm first; and it says that is not recognized as an external or internal command can you help me or let me know what to do to fix this problem.

 Tags:

   Report

2 ANSWERS


  1. You need to have microsoft assembler installed for this to work. You can also use Turbo Assembler from Borland.


  2. type: cd: c:/src/assem/           then then type that first masm; or whatever

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.