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

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