Entering a program-microprocessor, Assembly Language

Assignment Help:

Entering a Program

In this section, we will explain the procedure for entering a small program on IBM PC with DOS operating system. Assume a program of addition of 2 bytes, as already  described for hand coding. The similar program is written along with some syntax modifications in it for MASM.

Before beginning the process, make sure that all the files namely NE.COM (Norton's Editor, LINK.EXE (linker), MASM.EXE (Assembler), DEBUG.EXE (debugger) are available in the similar directory in which you are working. Start the procedure with the given command after you boot the terminal and enter the directory containing all the files mentioned.

C> NE

You will get display on the screen as in given figure.

Now type the file name. It will be displayed on the screen. Assume one types KMB.ASM as file name, the screen display will be as display as in given Figure.

1798_nortons editor.jpg

Press any of the keys, you will get following figure as the screen display.

2343_nortons editor2.jpg

Make a note of that, for every assembly language program, the extension .ASM ought to be there though every time the assembler does not use the entire name KMB.ASM and uses only KMB to handle the file, the extension indicate that it is an assembly language program file.  Even if you enter a file name without using the .ASM extension, the assembler searches for the file name but with .ASM extension and if it is not available, it gives the message 'File not found'. Once you get the display as in above Figure. You are free to type the program. One can use another type of command line as given.

C> NE KMB.ASM

The above command will give the display as in shown in above Figure directly, if KMB.ASM is a newly opened file. Or else, if KMB.ASM already present in the directory, then it will be opened and  then the program in it will be displayed. You can change it and save (command F3-E) it again, if you want the changes to be enduring. Or else, simply quit (command F3-Q) it to abandon the changes and exit NE. The entered program in NE looks similar to in given Figure. We have to just assume that it is an assembly language program to be assembled and Store it with command F3-E. It will produce a new copy of the program in the secondary storage. Then stop the NE with command F3-Q.

Once the above process is finished, you can now turn towards the assembling of the above program. Note that all of the commands and displays shown in this section are for Norton's Editor. Other editors may need some other commands and their display style may be rather different but the overall procedure is the similar.

Note that before quitting the editor program the newly entered or modified file ought to be saved, or else it will be lost and will not be available for further assembling procedure.

2498_nortons editor3.jpg


Related Discussions:- Entering a program-microprocessor

8086, to separate positive and negative numbers

to separate positive and negative numbers

Microprocessor, from pin description it seems that 8086 has 16 address/data...

from pin description it seems that 8086 has 16 address/data lines i.e.AD0_AD15.The physical address is however is larger than 2^16.How this condition can be handled

Microcontroller, bello need help with a final project , I have to do a pres...

bello need help with a final project , I have to do a presentation on a digital stop watch , but I have to use edsim51 to make it wondering if you guys can help me

Nonrecursive Factorial, Write a nonrecursive version of the Factorial proce...

Write a nonrecursive version of the Factorial procedure (Section 8.3.2) that uses a loop. (A VideoNote for this exercise is posted on the Web site.) Write a short program that inte

Shell script, write shell to calculate basic salary from given .

write shell to calculate basic salary from given .

Rcr-rcl-logic instruction-microprocessor, RCR: Rotate Right through Carry:...

RCR: Rotate Right through Carry:- This instruction rotates the contents  bit-wise of the destination operand right by the specified count through carry flag (CF). For each operati

Write an 8086 assembly program, Project Description: Write an 80x86 asse...

Project Description: Write an 80x86 assembly program that performs the following functions: Reads a set of integers from a file into an array. The data file name is to be

The intel processors , The Intel Processors :         The Intel Co...

The Intel Processors :         The Intel Corporation is the biggest manufacturer  of microchips  in the world,  in addition  to being  the leading provider of chips for PCs. I

Sequence of interrupts, As an instance of the normal priority mode, imagine...

As an instance of the normal priority mode, imagine that initially AEOI is equal to 0 and all the ISR and IMR bits are clear. Also consider that, as shown in given figure, requests

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd