summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/ret16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/ret16.asm')
-rw-r--r--test-suite/standalone/sassy/tests/ret16.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/ret16.asm b/test-suite/standalone/sassy/tests/ret16.asm
new file mode 100644
index 000000000..3c9a9cba3
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/ret16.asm
@@ -0,0 +1,6 @@
+BITS 16
+section .text
+foo:
+ret
+retn 1000
+retf