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