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