aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sry50.c
blob: 338cb53f6354c805a0c7532f57c1b3c747677673 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sry50) {
	NEXT_OP(sp, a, x, (sreg_t)y >> 50, o);
}