aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/char.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/words/char.asm')
-rw-r--r--amforth-6.5/common/words/char.asm22
1 files changed, 0 insertions, 22 deletions
diff --git a/amforth-6.5/common/words/char.asm b/amforth-6.5/common/words/char.asm
deleted file mode 100644
index 0fde37b..0000000
--- a/amforth-6.5/common/words/char.asm
+++ /dev/null
@@ -1,22 +0,0 @@
-; ( "<spaces>name" -- c )
-; Tools
-; copy the first character of the next word onto the stack
-
-.if cpu_msp430==1
- HEADER(XT_CHAR,4,"char",DOCOLON)
-.endif
-
-.if cpu_avr8==1
-VE_CHAR:
- .dw $ff04
- .db "char"
- .dw VE_HEAD
- .set VE_HEAD = VE_CHAR
-XT_CHAR:
- .dw DO_COLON
-PFA_CHAR:
-.endif
- .dw XT_PARSENAME
- .dw XT_DROP
- .dw XT_CFETCH
- .dw XT_EXIT