aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/allot.asm
blob: 50b80d8baa99fce306b3f6e6e6b7d66772e99e0c (plain)
1
2
3
4
;C ALLOT   n --         allocate n bytes in dict
;   DP +! ;
    HEADER(XT_ALLOT,5,"allot",DOCOLON)
        DW XT_DP,XT_PLUSSTORE,XT_EXIT