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