func (_s) j(im int32) uint32 { return S.InstJmp(A.J, im) }
func (_s) jal(im int32) uint32 { return S.InstJmp(A.JAL, im) }