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