aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/store.asm
blob: a45fdcc249e15dd1fce7fcffffbe680eea5fae1b (plain)
1
2
3
4
5
;C !        x a-addr --   store cell in memory
        CODEHEADER(XT_STORE,1,"!")
        MOV     @PSP+,0(TOS)
        MOV     @PSP+,TOS
        NEXT