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