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

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