# loadsw from a parameter address

export
function l $loadsw(l %a) {
@start
	%r =l loadsw %a
	ret %r
}

