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