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