summaryrefslogtreecommitdiff
path: root/test/while.asm
blob: 9b8350667a2444885e6e8369c45cb4e8f999b87c (plain)
1
2
3
4
5
%assign i 1
%while i
	dq i
	%assign i i << 1
%endwhile