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