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