aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/lib/hardware/interrupts.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/lib/hardware/interrupts.frt')
-rw-r--r--amforth-6.5/avr8/lib/hardware/interrupts.frt7
1 files changed, 7 insertions, 0 deletions
diff --git a/amforth-6.5/avr8/lib/hardware/interrupts.frt b/amforth-6.5/avr8/lib/hardware/interrupts.frt
new file mode 100644
index 0000000..d6eae22
--- /dev/null
+++ b/amforth-6.5/avr8/lib/hardware/interrupts.frt
@@ -0,0 +1,7 @@
+\ initialize interrupt vectors
+
+: initIntVectors
+ #int 0 do
+ ['] noop i int!
+ loop
+;