Correct Answer: Yes so if 8529 gives interrupt then it will be serviced immediately but since INTA pin is left hanging the INSR bit will never be set and so whenever my interrupt occurs depending upon priority it will be serviced also the ISR address for all interrupts will be same ie 0024H Interrupt via trap is nonmaskable, so it will be serviced immediately
5. Why the temporary registers W and Z are named so i mean we start from A, B, C, D, E then H and L coz H stands for higher bit and L for lower bit of the address pinted by memory pointer.. but wats W and Z for?
Correct Answer: TRAP has the highest priority there are 2 types of interrupts external and internal NMI has highest priority among all external interrupts, TRAP has highest priority among all internal interrupts