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

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