aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/nfa2lfa.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/nfa2lfa.asm')
-rw-r--r--amforth-6.5/avr8/words/nfa2lfa.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/amforth-6.5/avr8/words/nfa2lfa.asm b/amforth-6.5/avr8/words/nfa2lfa.asm
deleted file mode 100644
index 945fb64..0000000
--- a/amforth-6.5/avr8/words/nfa2lfa.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-; ( nfa -- lfa )
-; System
-; get the link field address from the name field address
-VE_NFA2LFA:
- .dw $ff07
- .db "nfa>lfa",0
- .dw VE_HEAD
- .set VE_HEAD = VE_NFA2LFA
-XT_NFA2LFA:
- .dw DO_COLON
-PFA_NFA2LFA:
- .dw XT_NAME2STRING
- .dw XT_1PLUS
- .dw XT_2SLASH
- .dw XT_PLUS
- .dw XT_EXIT