Lec - 2 Micro Must
Lec - 2 Micro Must
8086
MICROPROCESSORS
Lec.2
Dr. Abdallah Ramadan Fawzy
E-Mail: [email protected]
The figures and text included in slides are borrowed from various books, websites, and
other sources for academic purposes only. The author do not claim any originality.
MICROPROCESSORS
8086
• Registers
• Transfer registers
• Shift registers
• Counters
Registers
•A register is a group of n flip-flops each of them
capable of storing one bit of information
•There are two types of registers: parallel and
serial registers.
•They differ in the manner in which the binary
data is loaded and retrieved from them
4-Bit Register
❖ 4-bit register constructed with four positive edge-triggered D-
type flip-flops with parallel load.
❖ Positive-edge-triggered D flip flop responses (i.e., value of D
transfers to Q) only to the transition from 0 to 1 and nothing
else
❖ The positive-edge-triggered D flip flop that is used in a 4-bit
register has also additional direct reset input named CLEAR or
RESET.
❖ When CLEAR is 0 the flip flop is resetting independent of clock
and D values.
❖ It is useful because in digital systems when the power is turned
on the state of flip-flops is unknown. Direct input CLEAR can
bring all flip-flops to the known starting state prior to the clock
operation.
Register with Parallel load