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