aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra29.c
blob: 22f51dd833534b6a24f16f2b4c95c6f03052d367 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sra29) {
	NEXT_OP(sp, (sreg_t)a >> 29, x, y, o);
}