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