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

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