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