10 lines
129 B
Text
10 lines
129 B
Text
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
|
|
}
|