python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why does CMP L and CMP M instructions in Microprocessor 8085 have same opcode BD?
CMP L compares Accumulator(A) contents with L register. CMP M compares Accumulator(A) contents with 8-bit data stored in the memory location as stored in H-L register pair. That's two different operat...

stranGer
Votes: 0
Answers: 0
Current state of Stack Pointer in 8085
In Intel 8085 microprocessor, is there any way or instruction exist for find out, to where Stack Pointer currently points to?.
Mannar Amuthan
Votes: 0
Answers: 0