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

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