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