summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/movx.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/movx.scm')
-rw-r--r--test-suite/standalone/sassy/tests/movx.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/movx.scm b/test-suite/standalone/sassy/tests/movx.scm
new file mode 100644
index 000000000..263dac2b4
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/movx.scm
@@ -0,0 +1,8 @@
+(
+(movsx ebp ax)
+(movzx ebp (word (& edi)))
+(movsx ebp al)
+(movzx ebp (byte (& edi)))
+(movsx bp ah)
+(movzx bp (& edi))
+)