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