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

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