aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/words/i-cellplus.asm
blob: 08cbb1480b38c00a8a4cf0a7336dab7115d840f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; ( addr -- addr' )
; Compiler
; skip to the next cell in flash
VE_ICELLPLUS:
    .dw $FF07
    .db "i-cell+",0
    .dw VE_HEAD
    .set VE_HEAD = VE_ICELLPLUS
XT_ICELLPLUS:
    .dw DO_COLON
PFA_ICELLPLUS:
    .dw XT_1PLUS
    .dw XT_EXIT