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