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