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