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