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

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