aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/do-squote.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/do-squote.asm')
-rw-r--r--amforth-6.5/msp430/words/do-squote.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/amforth-6.5/msp430/words/do-squote.asm b/amforth-6.5/msp430/words/do-squote.asm
deleted file mode 100644
index 3e4e210..0000000
--- a/amforth-6.5/msp430/words/do-squote.asm
+++ /dev/null
@@ -1,15 +0,0 @@
-;Z (IS") -- c-addr u run-time code for S"
-; R> ICOUNT 2DUP + ALIGNED >R ;
-; Harvard model, for string stored in Code space
-; e.g. as used by ."
- ; HEADER(XISQUOTE,5,"(IS\")",DOCOLON)
- DW link
- DB 0FFh ; not immediate
-.set link = $
- DB 4,"(s",'"',')'
- .align 16
-XT_DOSLITERAL:
- DW DOCOLON
-
- DW XT_R_FROM,XT_ICOUNT,XT_2DUP,XT_PLUS,XT_ALIGNED,XT_TO_R
- DW XT_EXIT