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