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

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