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

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