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

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