summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims16/16iter1.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/prims16/16iter1.scm')
-rw-r--r--test-suite/standalone/sassy/tests/prims16/16iter1.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/prims16/16iter1.scm b/test-suite/standalone/sassy/tests/prims16/16iter1.scm
new file mode 100644
index 000000000..4ce649532
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/prims16/16iter1.scm
@@ -0,0 +1,13 @@
+(bits 16)
+
+(text
+ (iter (seq (nop)
+ (alt z! a!)
+ (nop))))
+
+; 00000000 90 nop
+; 00000001 7402 jz 0x5
+; 00000003 7603 jna 0x8
+; 00000005 90 nop
+; 00000006 EBF8 jmp short 0x0
+