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