summary refs log tree commit diff
path: root/lisc/test/cup.ssa
blob: 2626d2641d11227983159c9500ae4521da49d27c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# counts up

@start
@loop
	%n0  =w phi @start -1988, @loop %n1
	%n1  =w add 1, %n0
	%cmp =w csle 1990, %n1
	jez %cmp, @loop, @end
@end
	ret