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

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