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