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