aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/words/refill.asm
blob: a7c918d455f7a4f8a809a7f5260f6748bc98fc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; ( -- f ) 
; System
; refills the input buffer

.if cpu_msp430==1
    DEFER(XT_REFILL,6,"refill")
.endif

.if cpu_avr8==1
VE_REFILL:
    .dw $ff06
    .db "refill"
    .dw VE_HEAD
    .set VE_HEAD = VE_REFILL
XT_REFILL:
    .dw PFA_DODEFER1
PFA_REFILL:
.endif
    .dw USER_REFILL
    .dw XT_UDEFERFETCH
    .dw XT_UDEFERSTORE