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