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