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