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

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