summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/shift16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/shift16.asm')
-rw-r--r--test-suite/standalone/sassy/tests/shift16.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/shift16.asm b/test-suite/standalone/sassy/tests/shift16.asm
new file mode 100644
index 000000000..06a8f5dde
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/shift16.asm
@@ -0,0 +1,5 @@
+BITS 16
+section .text
+foo:
+rcl ebp, 1
+rcr dword [dword 1000+eax], 1