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