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