Imported slu/mmu/interrupt/register code from WIP memtester program into C template.
[pdp11-modern-c] / pdp11 / pdp11_interrupt.c
diff --git a/pdp11/pdp11_interrupt.c b/pdp11/pdp11_interrupt.c
new file mode 100644 (file)
index 0000000..5d563aa
--- /dev/null
@@ -0,0 +1,10 @@
+// (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>
+// See License.txt file for copyright and license details.
+
+#include "pdp11.h"
+
+void
+int4_c_handler(void)
+{
+    printf("\nHandling interrupt 4\n");
+}