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

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