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

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