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

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