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