summary refs log tree commit diff
path: root/lisc/test/fix1.ssa
blob: d6250d232b1e6ff7ced5eb754ea1f75c1fb7035b (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
	jmp @end
@isz
	%x =w copy 1
	jmp @loop
@end
	%z =w add 10, %x
	ret