aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/srx35.c
blob: b7305d963b4461f9b4470ce49600e03eca3d5796 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(srx35) {
	NEXT_OP(sp, a, (sreg_t)x >> 35, y, o);
}