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