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