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