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