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

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