aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/int-off.asm
blob: 4301404795c921ff0bab4f187ede67a4b1ae6c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; ( -- ) 
; Interrupt
; turns off all interrupts 
VE_INTOFF:
    .dw $ff04
    .db "-int"
    .dw VE_HEAD
    .set VE_HEAD = VE_INTOFF
XT_INTOFF:
    .dw PFA_INTOFF
PFA_INTOFF:
    cli
    jmp_ DO_NEXT