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