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