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