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