summary refs log tree commit diff
path: root/lisc/test/align.ssa
blob: 08e40d181d8dd3611945ce997d8956bf95a434d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function $test {
@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
}