summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/doub-shift16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/doub-shift16.asm')
-rw-r--r--test-suite/standalone/sassy/tests/doub-shift16.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/doub-shift16.asm b/test-suite/standalone/sassy/tests/doub-shift16.asm
new file mode 100644
index 000000000..b6ed696d3
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/doub-shift16.asm
@@ -0,0 +1,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