aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/2-star.asm
blob: 471dc56e39a2f0584e047c2f64d2df333aa7576a (plain)
1
2
3
4
;C 2*      x1 -- x2         arithmetic left shift
        CODEHEADER(XT_2STAR,2,"2*")
        ADD     TOS,TOS
        NEXT