- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Internal address latch in 8085 Microprocessor
The select unit of the register in the 8085 selects any one of the register pairs (BC, DE, HL, SP, PC, or WZ) for sending them to it to the latch unit specified for addressing. For example, the contents of the PC be C200H. If the selection unit be the register which selects the PC, and sends C200H from the PC to the address latch internally thereafter the latch holds the specified value and sends directly out to the pins of the address after buffering. The Most Significant Byte of the address i.e. the C2H, is sent out to the addresses ranging from A15 to A8, and the Least Significant Byte of the address turns to 00H, is sent out to the pins ranging from AD7 to AD0 respectively.
After that, the PC value gets incremented, but the latch continues to have the values C200H. This value of C200H is sent out to the pins of address of 8085 even though the content of the PC gets already incremented.
- Related Articles
- Address/data buffers in 8085 Microprocessor
- Multiple memory address range in 8085 Microprocessor
- Pin details and its address range in 8085 Microprocessor
- Addressing modes of 8085 in 8085 Microprocessor
- Microprocessor 8085 Architecture
- DAA instruction in 8085 Microprocessor
- ALE pin in 8085 Microprocessor
- Flags register in 8085 Microprocessor
- Decimal addition in 8085 Microprocessor
- BCD numbers in 8085 Microprocessor
- Multiplexer/demultiplexer in 8085 Microprocessor
- Instruction cycle in 8085 Microprocessor
- Prompt mode in 8085 Microprocessor
- Command mode in 8085 Microprocessor
- Registers of 8085 Microprocessor
