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