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