sim0010.html 883 B

1234567891011121314151617181920
  1. <HTML>
  2. <HEAD>
  3. <META NAME="Generator" CONTENT="Corel WordPerfect 8">
  4. <TITLE>Interrupts</TITLE>
  5. </HEAD>
  6. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  7. <H1>Interrupts</H1>
  8. <P><img src="ints.gif" width="73" height="130" align=right >Check boxes are provided for the three external interrupt sources, RESET, XIRQ, and IRQ.
  9. When the interrupt is handled, the check is cleared. Boxes can be checked while simulations are
  10. running via "Go". The checks will be cleared as soon as the interrupt is request is serviced, even
  11. while running via "Go".</P>
  12. <P>Then value given as <EM>pending</EM> are the number of interrupt sources that are requesting service.</P>
  13. <P>Note that if an interrupt request is serviced and there is no handler (interrupt vector is $0), the an error is
  14. assumed and the simulation stops.</P>
  15. </BODY>
  16. </HTML>