1.What are the various registers in 8085?Accumulator register, Temporary register, Instruction register, Stack Pointer,Program Counter are the various registers in 8085 .2.What is Stack PointerStack pointer is a special purpose 16-bit register inthe Microprocessor, which holdsthe address of the top...
Regardless of votes or topic or how bad you think the question is, posting the comment "please close" to ANY QUESTION is a bigger waste of bandwidth than the question you'd like closed, close it yourself, if you don't have the rep, down vote it. The entire point of voting is to a...
Re: What kind of code is on 1980's, 1990's scope's/etc ? « Reply #1 on: March 23, 2020, 07:03:37 pm » Basically yes. Most equipment I see from this era uses custom code based in C or ASM. So yes, you used your elbow to brush bits on registers, after reading hundre...
Explain briefly what happens when the INTR signal goes high in the 8085 The INTR is a maskable interrupt for the 8085. It has the lowest priority and is also non vectored. When this INTR signal goes into the high state the following things occur / take place: - For every instruction that...
- 8085 What are WAIT states in microprocessors, Explain. - The WAIT state plays a significant role in preventing CPU speed incompatibilities. - Many a times the processor is at a ready state to accept data from a device or location, but there might be no input available. This can lead ...