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