aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/template/words/applturnkey.asm
blob: b7c8aac27146e886a0dc1961cb92635f52946dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; ( -- ) 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_EXIT