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