Merge branch 'master' of github.com:dopefishh/des2015
[des2015.git] / mart / ex09 / explanations.txt
index 54b14f3..eb1b38c 100644 (file)
@@ -1,7 +1,11 @@
 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.