summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/plier16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/plier16.asm')
-rw-r--r--test-suite/standalone/sassy/tests/plier16.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/plier16.asm b/test-suite/standalone/sassy/tests/plier16.asm
new file mode 100644
index 000000000..b0601ab3f
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/plier16.asm
@@ -0,0 +1,13 @@
+BITS 16
+section .text
+foo:
+div dword [ebx]
+idiv word [ebx]
+mul byte [ebx]
+div al
+idiv ax
+mul edx
+neg edi
+not edi
+neg dword [ecx]
+not word [eax]