aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/show-wordlist.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/words/show-wordlist.asm')
-rw-r--r--amforth-6.5/common/words/show-wordlist.asm38
1 files changed, 0 insertions, 38 deletions
diff --git a/amforth-6.5/common/words/show-wordlist.asm b/amforth-6.5/common/words/show-wordlist.asm
deleted file mode 100644
index d150639..0000000
--- a/amforth-6.5/common/words/show-wordlist.asm
+++ /dev/null
@@ -1,38 +0,0 @@
-; ( wid -- )
-; Tools
-; prints the name of the words in a wordlist
-
-.if cpu_msp430==1
- HEADER(XT_SHOWWORDLIST,13,"show-wordlist",DOCOLON)
-.endif
-
-.if cpu_avr8==1
-VE_SHOWWORDLIST:
- .dw $ff0d
- .db "show-wordlist",0
- .dw VE_HEAD
- .set VE_HEAD = VE_SHOWWORDLIST
-XT_SHOWWORDLIST:
- .dw DO_COLON
-PFA_SHOWWORDLIST:
-.endif
- .dw XT_DOLITERAL
- .dw XT_SHOWWORD
- .dw XT_SWAP
- .dw XT_TRAVERSEWORDLIST
- .dw XT_EXIT
-
-.if cpu_msp430==1
- HEADLESS(XT_SHOWWORD,DOCOLON)
-.endif
-
-.if cpu_avr8==1
-XT_SHOWWORD:
- .dw DO_COLON
-PFA_SHOWWORD:
-.endif
- .dw XT_NAME2STRING
- .dw XT_ITYPE
- .dw XT_SPACE ; ( -- addr n)
- .dw XT_TRUE
- .dw XT_EXIT