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