aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/plus.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/plus.asm')
-rw-r--r--amforth-6.5/msp430/words/plus.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/amforth-6.5/msp430/words/plus.asm b/amforth-6.5/msp430/words/plus.asm
deleted file mode 100644
index cb57910..0000000
--- a/amforth-6.5/msp430/words/plus.asm
+++ /dev/null
@@ -1,4 +0,0 @@
-;C + n1/u1 n2/u2 -- n3/u3 add n1+n2
- CODEHEADER(XT_PLUS,1,"+")
- ADD @PSP+,TOS
- NEXT