0% found this document useful (0 votes)
16 views

The Six General Purpose Are

This document discusses the 8085A microprocessor. It defines key terms like bus and word. It lists the six general purpose registers and three register pairs in the 8085A. It explains that the program counter register is 16-bits to store addresses. For the instruction MOV B,D, it identifies D as the source and B as the destination register. The document states that pins AD0-AD7 are multiplexed on the 8085A and lists advantages and disadvantages of multiplexing. It provides details on how the carry flag is set during addition and subtraction operations in the 8085A.

Uploaded by

hamidalkorbi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

The Six General Purpose Are

This document discusses the 8085A microprocessor. It defines key terms like bus and word. It lists the six general purpose registers and three register pairs in the 8085A. It explains that the program counter register is 16-bits to store addresses. For the instruction MOV B,D, it identifies D as the source and B as the destination register. The document states that pins AD0-AD7 are multiplexed on the 8085A and lists advantages and disadvantages of multiplexing. It provides details on how the carry flag is set during addition and subtraction operations in the 8085A.

Uploaded by

hamidalkorbi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab 3

1. In a microcomputer, a group of parallel conductors that carry information is called a bus .


2. An 8-bit binary number can represent decimal numbers from 0 through 255 .
3. A word is a group of bits, generally 8, that are handled as a single unit.
4. In an 8-bit binary number, the LSB is on the right and carries the least weight.
5. What are the names of the six internal 8085A general purpose registers and the three registers pairs?
The Six General Purpose are:
a. B
b. C
c. D
d. E
e. H
f. L
The Three Register Pairs are:
g. BC
h. DE
i. HL
6. Why is the program counter register has 16-bits instead of 8-bits?
Because is store address.
7. What is the source and what is the destination register for the instruction: MOV B,D?
Source: D
Destination: B
8. Which pins on the 8085A are multiplexed?
AD 0 AD 7
9. List one advantage and one disadvantage of multiplexed bus?
Advantage: reduced pin count
Disadvantage: De-multiplexing required.
10. During the add operation, the carry flag is set if there is a carry from 7 of the accumulator.
11. During the subtract operation, the carry flag is set if bit 7 had to borrow to complete the subtraction.
12. The carry flag can represent both carry and borrow functions.
13. The ALU is used to do:
i. Addition.
14. The result of an ALU operation is usually placed in the:
ii. Accumulator.

You might also like