aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/name2interpret.asm
blob: 5a4338948e68d42616c48aebf49bc3cf3684e2f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; ( nt -- xt )
; Tools (ext)
; get the execution token from the name token
.if cpu_msp430==1
    HEADER(XT_NAME2INTERPRET,14,"name>interpret",DOCOLON)
.endif

.if cpu_avr8==1
VE_NAME2INTERPRET:
    .dw $ff0e
    .db "name>interpret"
    .dw VE_HEAD
    .set VE_HEAD = VE_NAME2INTERPRET
XT_NAME2INTERPRET:
    .dw DO_COLON
PFA_NAME2INTERPRET:
.endif
    .dw XT_NFA2CFA
    .dw XT_EXIT