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

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