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