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