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

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