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