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

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