The vector address of RST 7.5 in 8085 processor is _______.?

This question is related to Cisco Interview

Showing Answers 1 - 11 of 11 Answers

rakhel(mnnit)

  • Jul 16th, 2005
 

finding the address of these ret's are very easy just multiply 8 with the rst vaue,i.e for rst 7.5 the subroutine address=8*7.5=60=(3c)h. 
similarly u can calculate for other vector interupt addresses

  Was this answer useful?  Yes

nishanth

  • Jul 18th, 2006
 

003c

  Was this answer useful?  Yes

Nilesh Trimbake

  • Oct 5th, 2011
 

Multiply by 8 and then convert to HexaDecimal

  Was this answer useful?  Yes

Neeshu Agarwal

  • Dec 24th, 2012
 

RST 7.5 - Maskable - Vector - 003C (H) - Edge triggered
RST 6.5 - Maskable - Vector - 0034 (H) - Level triggered
RST 5.5 - Maskable - Vector - 002C (H) - Level triggered
RST 4.5 -(TRAP) Non- Maskable - Vector - 0024 (H) - Both , Level & Edge triggered
INTR - Maskable - Vector - 003C (H) - Level triggered

  Was this answer useful?  Yes

vivek

  • Dec 8th, 2014
 

highest priority interrupt of RST series , call location 003CH can be enabled by two instructions EI(enable interrrupt ) and SIM(set interrupt mask)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions