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