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

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