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

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