Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using 8086 microprocessor Department of Computer Engineering UNIVERSITY Lab Exercise No - 2: Write a program in 8086 MP to find average of 8-bit numbers.

using 8086 microprocessor image text in transcribed
Department of Computer Engineering UNIVERSITY Lab Exercise No - 2: Write a program in 8086 MP to find average of 8-bit numbers. DATA SEGMENT SUM DB 01 DUP(?) DATA ENDS CODE SEGMENT ASSUME CS:CODE DS:DATA START: MOV AX, DATA MOV DS, AX MOV AX, 00 MOV AL, 04 ADD AL, 02 ADD AL, 08 ADD AL, 03 ADD AL, 03 MOV SUM, AL CODE ENDS END START Lab Submissions: 1. Use procedures, to enter the numbers from keyboard and to find odd/even. 2. Use procedures, to enter numbers from keyboard to also find average

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant B. Navathe

7th Edition Global Edition

1292097612, 978-1292097619

More Books

Students also viewed these Databases questions