aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/atmega2561/words/applturnkey.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/appl/atmega2561/words/applturnkey.asm')
-rw-r--r--amforth-6.5/appl/atmega2561/words/applturnkey.asm32
1 files changed, 0 insertions, 32 deletions
diff --git a/amforth-6.5/appl/atmega2561/words/applturnkey.asm b/amforth-6.5/appl/atmega2561/words/applturnkey.asm
deleted file mode 100644
index f2726ff..0000000
--- a/amforth-6.5/appl/atmega2561/words/applturnkey.asm
+++ /dev/null
@@ -1,32 +0,0 @@
-; ( -- ) System
-; R( -- )
-; application specific turnkey action
-VE_APPLTURNKEY:
- .dw $ff0b
- .db "applturnkey",0
- .dw VE_HEAD
- .set VE_HEAD = VE_APPLTURNKEY
-XT_APPLTURNKEY:
- .dw DO_COLON
-PFA_APPLTURNKEY:
- .dw XT_USART
-
-.if WANT_INTERRUPTS == 1
- .dw XT_INTON
-.endif
-
- .dw XT_DOT_VER
- .dw XT_SPACE
- .dw XT_F_CPU
- .dw XT_DOLITERAL
- .dw 1000
- .dw XT_UMSLASHMOD
- .dw XT_NIP
- .dw XT_DECIMAL
- .dw XT_DOT
- .dw XT_DOSLITERAL
- .dw 4
- .db "kHz "
- .dw XT_ITYPE
-
- .dw XT_EXIT