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