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