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