summary refs log tree commit diff
path: root/lisc/test/align.ssa
blob: 9ac3f60970f6689c58a1e908a2efa7258893fc11 (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 loadw %y
	storew %n, $a
	ret
}