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