aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/dict/interrupt.inc
blob: a22c9b552b3feaefd08c4733cc7f2e37b6129d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

.if WANT_INTERRUPTS == 1

.if WANT_INTERRUPT_COUNTERS == 1
  .include "words/irqcnt.asm"
.endif

.include "words/int-on.asm"
.include "words/int-off.asm"
.include "words/int-store.asm"
.include "words/int-fetch.asm"
.include "words/int-trap.asm"

.include "words/isr-exec.asm"
.include "words/isr-end.asm"
.endif