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