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