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