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

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