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