aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/bm-test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/bm-test.asm')
-rw-r--r--amforth-6.5/msp430/words/bm-test.asm5
1 files changed, 0 insertions, 5 deletions
diff --git a/amforth-6.5/msp430/words/bm-test.asm b/amforth-6.5/msp430/words/bm-test.asm
deleted file mode 100644
index ce9ec0d..0000000
--- a/amforth-6.5/msp430/words/bm-test.asm
+++ /dev/null
@@ -1,5 +0,0 @@
-;Z CTSTB c c-addr -- c2 test bits in memory byte
- CODEHEADER(XT_BM_TEST,5,"bm-test")
- MOV.B @TOS,TOS
- AND @PSP+,TOS
- NEXT