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