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

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