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

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