aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/comma.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/avr8/words/comma.asm')
-rw-r--r--amforth-6.5/avr8/words/comma.asm18
1 files changed, 0 insertions, 18 deletions
diff --git a/amforth-6.5/avr8/words/comma.asm b/amforth-6.5/avr8/words/comma.asm
deleted file mode 100644
index a9a903b..0000000
--- a/amforth-6.5/avr8/words/comma.asm
+++ /dev/null
@@ -1,18 +0,0 @@
-; ( n -- )
-; Dictionary
-; compile 16 bit into flash at DP
-VE_COMMA:
- .dw $ff01
- .db ',',0 ; ,
- .dw VE_HEAD
- .set VE_HEAD = VE_COMMA
-XT_COMMA:
- .dw DO_COLON
-PFA_COMMA:
- .dw XT_DP
- .dw XT_STOREI
- .dw XT_DP
- .dw XT_1PLUS
- .dw XT_DOTO
- .dw PFA_DP
- .dw XT_EXIT