aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/exit.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/exit.asm')
-rw-r--r--amforth-6.5/msp430/words/exit.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/amforth-6.5/msp430/words/exit.asm b/amforth-6.5/msp430/words/exit.asm
deleted file mode 100644
index 2a8185a..0000000
--- a/amforth-6.5/msp430/words/exit.asm
+++ /dev/null
@@ -1,4 +0,0 @@
-;C EXIT -- exit a colon definition
- CODEHEADER(XT_EXIT,4,"exit")
- MOV @RSP+,IP ; 2 pop old IP from return stack
- NEXT ; 4