aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/edefer-store.asm
blob: 1c0011b354c643ce45c18e9c762fdc9a463d304d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; ( xt1 xt2 -- ) 
; System
; does the real defer! for eeprom defers
VE_EDEFERSTORE:
    .dw $ff07
    .db "Edefer!",0
    .dw VE_HEAD
    .set VE_HEAD = VE_EDEFERSTORE
XT_EDEFERSTORE:
    .dw DO_COLON
PFA_EDEFERSTORE:
    .dw XT_FETCHI
    .dw XT_STOREE
    .dw XT_EXIT