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