summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/r-rm16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/r-rm16.asm')
-rw-r--r--test-suite/standalone/sassy/tests/r-rm16.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/r-rm16.asm b/test-suite/standalone/sassy/tests/r-rm16.asm
new file mode 100644
index 000000000..e0ac880b5
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/r-rm16.asm
@@ -0,0 +1,5 @@
+BITS 16
+section .text
+foo:
+bsf bx, ax
+bsr bx, [eax]