about summary refs log tree commit diff stats
path: root/test/samples/x86_32/dg_test_04.S
blob: 393430ed19ba9b5030b190478f84e8356d079379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
main:
	MOV ECX, 0x1
	JMP lbl1
lbl1:
	ADD ECX, 0x2
	CMP ECX, 0x0
	JZ lbl1
end:
	MOV EAX, EBX
	RET