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