Imported Upstream version 2.9.0
[debian/cc1111] / sim / ucsim / doc / interrupt.html
1 <html>
2 <head>
3 <title>Simulator for MCS51</title>
4 </head>
5
6 <body bgcolor="#f0f0ff">
7
8 <h1>Software simulator for MCS51</h1>
9
10 This screenshot demonstrates window which displays interrupt system of
11 the microcontroller. Interrupt enable register and priority register
12 as well as interrupt request bits are displayed in this window. Note
13 that if you set some request bit during simulation and interrupt is
14 enabled, the CPU will accept the interrupt and responding to it by
15 starting the service routine.
16
17 <p><img src="interrupt.gif">
18
19 <p>The `Interrupt/program rate' pane shows ratio of execution time of
20 main program and interrupt service routines. Content of this pane is
21 not saved if you close tha window which means that measure of the
22 ratio is restarted every time you reopen the window.
23
24 <hr>
25
26 </body>
27 </html>