summary refs log tree commit diff
path: root/lisc/test/rpo.ssa
blob: 44d0056f6687668ca23eacda019a677ae3eea9c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@start
	jmp @foo
@baz
	jez 1, @end, @foo
@bar
	jmp @end
@foo
	jez 0, @bar, @baz
@end
	ret