aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/warm.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/words/warm.asm')
-rw-r--r--amforth-6.5/common/words/warm.asm27
1 files changed, 0 insertions, 27 deletions
diff --git a/amforth-6.5/common/words/warm.asm b/amforth-6.5/common/words/warm.asm
deleted file mode 100644
index 5634fa0..0000000
--- a/amforth-6.5/common/words/warm.asm
+++ /dev/null
@@ -1,27 +0,0 @@
-; ( nx* -- ) (R: ny* -- )
-; System
-; initialize amforth further. executes turnkey operation and go to quit
-
-.if cpu_msp430==1
- HEADER(XT_WARM,4,"warm",DOCOLON)
-.endif
-
-.if cpu_avr8==1
-VE_WARM:
- .dw $ff04
- .db "warm"
- .dw VE_HEAD
- .set VE_HEAD = VE_WARM
-XT_WARM:
- .dw DO_COLON
-PFA_WARM:
-.endif
- .dw XT_INIT_RAM
- .dw XT_DOLITERAL
- .dw XT_NOOP
- .dw XT_DOLITERAL
- .dw XT_PAUSE
- .dw XT_DEFERSTORE
- .dw XT_LBRACKET
- .dw XT_TURNKEY
- .dw XT_QUIT ; never returns