Digital Electronics and Microprocessor - I

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

The 8085 is an ____ general purpose microprocessor that can address _____ Kbyte of memory.

8-bit, 64

2
New cards

M-8085: It has ____ pins and uses _____ for power. It can run at a max frequency of 3 MHz.

40, +5V

3
New cards

The pins on the chip can be grouped into 6 groups:

  1. address bus

  2. data bus

  3. control and status signal

  4. power supply and frequency

  5. Externally initiated signals

  6. Serial I/O ports

4
New cards

M-8085: List the 3 register types

  1. Temporary Register

  2. General Purpose Register

  3. Special Purpose Register

5
New cards

There are _____, ______(W and Z) temporary registers used to hold 8-bit data/address during execution of some instructions.

2, 8-bit

6
New cards

General purpose registers:

B,C,D,E,H,L

7
New cards

The ________ pair workds as a memory pointer.

H-L

8
New cards

General purpose registers can hold _____ data. Apart from that function these registers can also be used to work in pairs to hold _________ data.

8-bit, 16-bit

9
New cards

Memory pointer holds the _____________________________.

address of a particular memory location

10
New cards

Special purpose registers:

  1. Accumulator

  2. Status or Flag register

  3. Instruction register

  4. program counter

  5. stack pointer

11
New cards

The ____________ is an 8-bit register that is part of the ALU.

Accumulator

12
New cards

The accumulator is used to store _____ data and to perform _______________.The result of the operation is stored in the accumulator.

8-bit, arithmetic/logical operations

13
New cards

The _____________ also reads data from input device and similarly can transfer data to output device.

accumulator

14
New cards

The _________________ register is a group of flipflops used to give status of different operations result and is connected to the ______.

Status/Flag, ALU

15
New cards

Flags:

  1. Zero(Z)

  2. Carry(CY)

  3. Sign(S)

  4. Parity(P)

  5. Auxiliary Carry (AC) flags

16
New cards

A ___________ register contains a number of flags either to indicate certain conditions arising after arithmetic and logical operations or to control certain operations.

flag

17
New cards

Program counter:

  1. 16 bit register

  2. deals with sequenccing the execution of instructions

  3. is a memory pointer

  4. holds 16 bit addresses

18
New cards

Stack Pointer

  • 16 bit register that is used as a memory pointer

  • maintains the address of the last byte that is entered into the stack

19
New cards

M-8085 has 3 types of instruction sets:

  1. 1 byte instruction

  2. 2 byte instruction

  3. 3 byte instruction

20
New cards

the first byte is always the ___________.

Opcode

21
New cards

Opcode:

The ffirst part of the instruction which specifies the task to be performed.

22
New cards

Operand:

Is the second part of the instruction which specifies the data to be operated.

23
New cards

Classification of instruction sets:

  1. Data transfer instructions

  2. Arithmetic instructions

  3. Logical instructions

  4. branching instructions

  5. control instructions

24
New cards

Duality Principle:

Interchanging the binary operators OR and AND and replacing ones with zeros and zeros with ones is called the duality principle.

25
New cards

Types of addressing modes:

  1. Direct addressing

  2. Register addressing

  3. Register indirect addressing

  4. Immediate Addressing

26
New cards

Implicit Addressing:

  • These instructions operate on the content of the accumulator.

  • Don’t need the address of the operand.