aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/wordlist.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/wordlist.asm')
-rw-r--r--amforth-6.5/avr8/words/wordlist.asm20
1 files changed, 0 insertions, 20 deletions
diff --git a/amforth-6.5/avr8/words/wordlist.asm b/amforth-6.5/avr8/words/wordlist.asm
deleted file mode 100644
index d5d2980..0000000
--- a/amforth-6.5/avr8/words/wordlist.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-; ( -- wid )
-; Search Order
-; create a new, empty wordlist
-VE_WORDLIST:
- .dw $ff08
- .db "wordlist"
- .dw VE_HEAD
- .set VE_HEAD = VE_WORDLIST
-XT_WORDLIST:
- .dw DO_COLON
-PFA_WORDLIST:
- .dw XT_EHERE
- .dw XT_ZERO
- .dw XT_OVER
- .dw XT_STOREE
- .dw XT_DUP
- .dw XT_CELLPLUS
- .dw XT_DOTO
- .dw PFA_EHERE
- .dw XT_EXIT