about summary refs log tree commit diff stats
path: root/test/samples/x86_32/dg_test_09.S
blob: d4d053f5d6e3b3607281cf1a381130487fffa625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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