1) How many address lines in the 8086 microprocessor? 2) How many data lines in the 8086 microprocessor? (choose the correct one) When the M/IO line is high (1) that means the CPU has: a) memory operation b) input/ output operation 3) name the segment registers on 8086 microprocessor 4) name the date registers on 8086 microprocessor 5) name the index and base registers on 8086 microprocessor. 6) What is the size of each of the following registers? AH, DL , CX, SS, SP, IP 7) When does the CF become 1 or 0? give two examples. 8) When does the ZF become 1 or 0? give two examples. 9) When does the PF become 1 or 0 ? give two examples. 10) What does it mean when the SF =1? give an example. 11) How much memory can the 8086 processor address? 12) Write a program in 8086 microprocessor to find out the largest among 8-bit n numbers, where size “n" is stored at memory address 2000 : 500 and the numbers are stored from memory address 2000 : 501 and store the result (largest number) into memory address 2000 : 600. 13) Write a program in 8086 microprocessor to find out the squares of 8-bit n numbers, where size "n" is stored at offset 500 and the numbers are stored from offset 501 and store the result numbers into offset 501.(assuming squares comes out to be in limit of 8 bit only). 14) Write a program to find the min value in a given array in assembly 8086 microprocessor 15) 8086 program to find sum of Even numbers in a given series 16) Write a program for 8086 microprocessor to find out smallest number in an array of 10 17) Write an assembly language program in 8086 microprocessor to find average of n eight bit numbers 18) Write an Assembly Language Program to find sum of odd numbers in a given series containing 8 bit numbers stored in a continuous memory location and store the result in another memory location. 19) Write a program to multiply two 16-bit numbers where starting address is 2000and the numbers are at 3000 and 3002 memory address and store result into 3004 and 3006 memory address. 20) Write a program in 8086 microprocessor to multiply two 8-bit numbers, where numbers are stored from offset 500 and store the result into offset 600.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Topic Video
Question
1) How many address lines in the 8086 microprocessor?
2) How many data lines in the 8086 microprocessor?
(choose the correct one) When the M/IO line is high (1) that means the CPU has:
a) memory operation
b) input/ output operation
3) name the segment registers on 8086 microprocessor
4) name the date registers on 8086 microprocessor
5) name the index and base registers on 8086 microprocessor.
6) What is the size of each of the following registers?
AH, DL , CX, SS, SP, IP
7) When does the CF become 1 or 0? give two examples.
8) When does the ZF become 1 or 0? give two examples.
9) When does the PF become 1 or 0 ? give two examples.
10) What does it mean when the SF =1? give an example.
11) How much memory can the 8086 processor address?
12) Write a program in 8086 microprocessor to find out the largest among 8-bit n numbers, where size “n"
is stored at memory address 2000 : 500 and the numbers are stored from memory address 2000 : 501
and store the result (largest number) into memory address 2000 : 600.
13) Write a program in 8086 microprocessor to find out the squares of 8-bit n numbers, where size “n" is
stored at offset 500 and the numbers are stored from offset 501 and store the result numbers into offset
501.(assuming squares comes out to be in limit of 8 bit only).
14) Write a program to find the min value in a given array in assembly 8086 microprocessor
15) 8086 program to find sum of Even numbers in a given series
16) Write a program for 8086 microprocessor to find out smallest number in an array of 10
17) Write an assembly language program in 8086 microprocessor to find average of n eight bit numbers
18) Write an Assembly Language Program to find sum of odd numbers in a given series containing 8 bit
numbers stored in a continuous memory location and store the result in another memory location.
19) Write a program to multiply two 16-bit numbers where starting address is 2000and the numbers are
at 3000 and 3002 memory address and store result into 3004 and 3006 memory address.
20) Write a program in 8086 microprocessor to multiply two 8-bit numbers, where numbers are stored
from offset 500 and store the result into offset 600.
Transcribed Image Text:1) How many address lines in the 8086 microprocessor? 2) How many data lines in the 8086 microprocessor? (choose the correct one) When the M/IO line is high (1) that means the CPU has: a) memory operation b) input/ output operation 3) name the segment registers on 8086 microprocessor 4) name the date registers on 8086 microprocessor 5) name the index and base registers on 8086 microprocessor. 6) What is the size of each of the following registers? AH, DL , CX, SS, SP, IP 7) When does the CF become 1 or 0? give two examples. 8) When does the ZF become 1 or 0? give two examples. 9) When does the PF become 1 or 0 ? give two examples. 10) What does it mean when the SF =1? give an example. 11) How much memory can the 8086 processor address? 12) Write a program in 8086 microprocessor to find out the largest among 8-bit n numbers, where size “n" is stored at memory address 2000 : 500 and the numbers are stored from memory address 2000 : 501 and store the result (largest number) into memory address 2000 : 600. 13) Write a program in 8086 microprocessor to find out the squares of 8-bit n numbers, where size “n" is stored at offset 500 and the numbers are stored from offset 501 and store the result numbers into offset 501.(assuming squares comes out to be in limit of 8 bit only). 14) Write a program to find the min value in a given array in assembly 8086 microprocessor 15) 8086 program to find sum of Even numbers in a given series 16) Write a program for 8086 microprocessor to find out smallest number in an array of 10 17) Write an assembly language program in 8086 microprocessor to find average of n eight bit numbers 18) Write an Assembly Language Program to find sum of odd numbers in a given series containing 8 bit numbers stored in a continuous memory location and store the result in another memory location. 19) Write a program to multiply two 16-bit numbers where starting address is 2000and the numbers are at 3000 and 3002 memory address and store result into 3004 and 3006 memory address. 20) Write a program in 8086 microprocessor to multiply two 8-bit numbers, where numbers are stored from offset 500 and store the result into offset 600.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education