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