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