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

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