about summary refs log tree commit diff stats
path: root/test/samples/x86_32/dg_test_09.S
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/x86_32/dg_test_09.S')
-rw-r--r--test/samples/x86_32/dg_test_09.S13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/samples/x86_32/dg_test_09.S b/test/samples/x86_32/dg_test_09.S
new file mode 100644
index 00000000..d4d053f5
--- /dev/null
+++ b/test/samples/x86_32/dg_test_09.S
@@ -0,0 +1,13 @@
+main:
+	MOV ECX, 0x8
+	JZ lbl2
+lbl1:
+	MOV EAX, 0x1
+	MOV EBX, 0x2
+	JMP end
+lbl2:
+	MOV EAX, 0x3
+	MOV EBX, 0x4
+	JMP end
+end:
+	RET