aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/2-slash.asm
blob: 79abf8e4cc4006d72ea37bbd850387d915ab51a4 (plain)
1
2
3
4
;C 2/      x1 -- x2        arithmetic right shift
        CODEHEADER(XT_2SLASH,2,"2/")
        RRA     TOS
        NEXT