aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsy23.c
blob: 39a8cb35f68827f2543f6e3b863aca86b7d4edf4 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(bsy23) {
	NEXT_OP(sp, a, x, y >> 23, o);
}