Determine average of integers by assembly language program, Electrical Engineering

Assignment Help:

Write an assembly language program to determine average of 'n' integers.

Ans

 MOV AX, 0000; Initial sum 0000

 MOV BX, 0000

 MOV SI, 0201H

 MOV CX, [SI]

 BACK: INC SI

 INC SI

ADD AX, [SI]

JAE GO

INC BX

GO: LOOP BACK

MOV [0401], AX

MOV [0403], BX

 INT 3


Related Discussions:- Determine average of integers by assembly language program

What is current gain in rc coupled amplifier, Q. What is current gain  in R...

Q. What is current gain  in RC coupled amplifier? Current gain is the ratio of the output current to the input current. we represent it as A i . A i =I o /I s it can

How you can convert a galvanometer to a voltmeter, To convert a galvanomete...

To convert a galvanometer to a voltmeter, you should add a: a) High resistance in series b) High resistance in parallel c) Low resistance in series d) Low resis

Zener diodes, At what value of electric field at a junction does zener brea...

At what value of electric field at a junction does zener breakdown takes place

Compute the fourier transform, Compute the Fourier Transform of the followi...

Compute the Fourier Transform of the following function: f(x) = exp( - x 2 /(2σ 2 )) cos (2πx/k) where σ and k are constants. What is the minimum sampling rate required

What is independent bus request scheme, What is independent bus request sch...

What is independent bus request scheme? Each of the master's needs a pair of request and grant pins which are connected to the controlling logic. The busy line is common for al

Explain working of ammeter, Q. Explain working of Ammeter? In order to ...

Q. Explain working of Ammeter? In order to measure the current through a wire or line of a circuit, an ammeter is connected in series with the line. A practical ammeter can usu

Electromechanical energy conversion and device, importance of electromechan...

importance of electromechanical energy conversion and device in electrical engineering

Meters and measurements, The subject of electrical measurements is such a l...

The subject of electrical measurements is such a large one that entire books have been written on the topic. Only a few basic principles will be introduced here. Practical measurem

Show step-motor control system, Q. Show Step-motor control system? Figu...

Q. Show Step-motor control system? Figure illustrates a system in which the prime mover used in the disk-drive system is a step motor driven by pulse commands. In response to e

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