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