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