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

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