aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/set-order.asm
blob: f9b0439cd5e55168baf8655e5bd579e3b3f0fef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; ( widn .. wid-1 n -- ) 
; Search Order
; replace the search order list

.if cpu_msp430==1
    HEADER(XT_SET_ORDER,9,"set-order",DOCOLON)
.endif

.if cpu_avr8==1
VE_SET_ORDER:
    .dw $ff09
    .db "set-order",0
    .dw VE_HEAD
    .set VE_HEAD = VE_SET_ORDER
XT_SET_ORDER:
    .dw DO_COLON
PFA_SET_ORDER:
.endif
    .dw XT_DOLITERAL
    .dw CFG_ORDERLISTLEN
    .dw XT_SET_STACK
    .dw XT_EXIT