aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/abort.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/words/abort.asm')
-rw-r--r--amforth-6.5/common/words/abort.asm19
1 files changed, 0 insertions, 19 deletions
diff --git a/amforth-6.5/common/words/abort.asm b/amforth-6.5/common/words/abort.asm
deleted file mode 100644
index 05fe858..0000000
--- a/amforth-6.5/common/words/abort.asm
+++ /dev/null
@@ -1,19 +0,0 @@
-; ( i*x -- ) (R: j*y -- )
-; Exceptions
-; send an exception -1
-.if cpu_msp430==1
- HEADER(XT_ABORT,5,"abort",DOCOLON)
-.endif
-
-.if cpu_avr8==1
-VE_ABORT:
- .dw $ff05
- .db "abort",0
- .dw VE_HEAD
- .set VE_HEAD = VE_ABORT
-XT_ABORT:
- .dw DO_COLON
-PFA_ABORT:
-.endif
- .dw XT_TRUE
- .dw XT_THROW