pavan garate
Member level 3
Program Status Word of microprocessor 8085 is only 8-bit long. So, it should be known as Program Status BYTE not WORD, since a WORD is 16-bit long. Then why is it known as WORD?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi pavan garate, the complete element means all status bits are together a "statusword". The Accumulator, Instruction Register, Instruction Decoder, etc are general functions and the 8085 ist an "8-Bit"-micro and it's accumulator has a 8-bit length, there is a 8-bit instruction register etc. . This tutorial might be helpfull to understand the architecture: https://www.tutorialspoint.com/microprocessor/microprocessor_8085_architecture.htm .
Enjoy your design work!