Hi! I've got an exercise regarding 8085 interrupts.
I have a 8085 microprocessor whose memory addresses from 0024h to 003Fh are the following
24 C3
25 00
26 FF
27 00
28 C3
29 00
2A F5
2B 00
2C C3
2D 80
2E F5
2F 00
30 C3
31 00
32 F6
33 00
34 C3
35 8O
36 F6
37 00
38 C3
39 00
3A F7
3B 00
3C C3
3D 80
3E F7
3F 00
I'm asked which are the ISR addresses of the h/w interrupts TRAP, RST5.5, RST6.5 and of the s/w interrupts RTS5, RST6 and RST7.
I am confused, as I thought that all those interrupts have their addresses, eg. TRAP is always located in 0024, RST5.5 in 002C etc. Could someone please explain to me what I'm supposed to look for, in order to solve the exercise?