aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/byte-swap.asm
blob: 23cd9e707efe7908258a798ddb8c093be67345f5 (plain)
1
2
3
4
;Z ><      x1 -- x2         swap bytes (not ANSI)
        CODEHEADER(XT_SWAPBYTES,2,"><")
        SWPB    TOS
        NEXT