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

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