Commit 138850

2026-03-29 13:55:51 Bob Green: -/-
/dev/null .. programming/handling interrupts.md
@@ 0,0 1,3 @@
+ # Handling Interrupts
+
+ This actually is very simple. gcc provides the means to mark a function as an interrupt service routine, namely `__attribute__(interrupt)`
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9