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

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