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