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

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