ex09 done with lpt
[des2015.git] / mart / ex09 / explanations.txt
index 54b14f3..de218af 100644 (file)
@@ -1,7 +1,10 @@
 9a1.
-The program just prints the number of keypresses
+The program just prints the number of keyboard interrupts, these are interrupts for press, release and hold.
 
 9a2.
 It happens that within the spinning the keyboard handler prints the number of
 keypresses. This is because the priority is set to 257 because it's an
 interrupt handler.
+
+9b.
+The program prints all interrupts, so a different for press and release.