in CO and Architecture retagged by
2,961 views
1 vote
1 vote

RST 7.5 interrupt in 8085 microprocessor executes the interrupt service routing from interrupt vector location

  1. 0000H
  2. 0075H
  3. 003CH
  4. 0034H
in CO and Architecture retagged by
3.0k views

1 Answer

6 votes
6 votes
RST 7.5

Location will be 7.5*8 = 60.                    // 8085 is 8 bit processor

60 in hexadecimal will be   003C H

1 comment

edited by
Why multiply with 8 bit?

 We should multiply by IVT Entry size in bytes. Isn't it?
0
0