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