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

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