aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/store-u.asm
blob: df73ee9a44ae074b8fc33c624c135385c6a48eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; ( n offset -- ) 
; Memory
; write n to USER area at offset
VE_STOREU:
    .dw $ff02
    .db "!u"
    .dw VE_HEAD
    .set VE_HEAD = VE_STOREU
XT_STOREU:
    .dw DO_COLON
PFA_STOREU:
    .dw XT_UP_FETCH
    .dw XT_PLUS
    .dw XT_STORE
    .dw XT_EXIT