summary refs log tree commit diff
path: root/lisc/test/fix2.ssa
blob: 0b075840edd8e53dff86491452166a69ee7f0953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@start
	%x =w copy 1
@loop
	jez %x, @isz, @noz
@noz
	%x =w copy 0
	jez %x, @end, @loop
@isz
	%x =w copy 1
	jmp @loop
@end
	%z =w add 10, %x
	ret