summary refs log tree commit diff
path: root/lisc/test/align.ssa
blob: a94d6688898983605c4841d675008aaba6fe0cce (plain) (blame)
1
2
3
4
5
6
7
8
@start
	%x =l alloc16 16
	%y =l add %x, 8
	%m =w rem %y, 16
	storew %m, %y
	%n =w load %y
	storew %n, $a
	ret