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