aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/colon-noname.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/colon-noname.asm')
-rw-r--r--amforth-6.5/avr8/words/colon-noname.asm21
1 files changed, 0 insertions, 21 deletions
diff --git a/amforth-6.5/avr8/words/colon-noname.asm b/amforth-6.5/avr8/words/colon-noname.asm
deleted file mode 100644
index 8c47fb3..0000000
--- a/amforth-6.5/avr8/words/colon-noname.asm
+++ /dev/null
@@ -1,21 +0,0 @@
-; ( -- xt )
-; Compiler
-; create an unnamed entry in the dictionary, XT is DO_COLON
-VE_COLONNONAME:
- .dw $ff07
- .db ":noname",0
- .dw VE_HEAD
- .set VE_HEAD = VE_COLONNONAME
-XT_COLONNONAME:
- .dw DO_COLON
-PFA_COLONNONAME:
- .dw XT_DP
- .dw XT_DUP
- .dw XT_LATEST
- .dw XT_STORE
-
- .dw XT_COMPILE
- .dw DO_COLON
-
- .dw XT_RBRACKET
- .dw XT_EXIT