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