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