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