summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/doub-shift16.asm
blob: b6ed696d38b429b44370d6266aed6d1e51cc805e (plain)
1
2
3
4
5
6
7
8
9
10
11
BITS 16
section .text
foo:
shld bx, ax, 9
shrd [ebx], ax, 9
shld ebx, eax, 9
shrd [ebx], eax, 9
shld bx, ax, cl
shrd [ebx], ax, cl
shld ebx, eax, cl
shrd [ebx], eax, cl