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

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