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

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