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