aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/greater.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/greater.asm')
-rw-r--r--amforth-6.5/msp430/words/greater.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/amforth-6.5/msp430/words/greater.asm b/amforth-6.5/msp430/words/greater.asm
deleted file mode 100644
index 30979ab..0000000
--- a/amforth-6.5/msp430/words/greater.asm
+++ /dev/null
@@ -1,3 +0,0 @@
-;C > n1 n2 -- flag test n1>n2, signed
- HEADER(XT_GREATER,1,">",DOCOLON)
- DW XT_SWAP,XT_LESS,XT_EXIT